Skip to content

Commit c1585a9

Browse files
committed
Fix codegen test output
1 parent 0c3475f commit c1585a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/bufferfish/src/compiler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ export function encodeJoinPacket(bf: Bufferfish, value: JoinPacket): void {
753753
bf.writeString(value.username)
754754
}
755755
756-
export function encodeLeavePacket(bf: Bufferfish, _value: LeavePacket): void {
756+
export function encodeLeavePacket(bf: Bufferfish): void {
757757
encodePacketId(bf, PacketId.Leave)
758758
}
759759

0 commit comments

Comments
 (0)