Skip to content

Commit 5a60649

Browse files
committed
style(json-pack): 💄 run Prettier
1 parent d03bb03 commit 5a60649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/json-pack/resp/RespEncoderLegacy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export class RespEncoderLegacy<W extends IWriter & IWriterGrowable = IWriter & I
7575
const val = arr[i];
7676
if (val === null) this.writeNullStr();
7777
else this.writeAny(val);
78-
};
78+
}
7979
}
8080

8181
public writeObj(obj: Record<string, unknown>): void {

0 commit comments

Comments
 (0)