Skip to content

Commit a8c06f5

Browse files
committed
make prettier really happy
1 parent 3d0f42c commit a8c06f5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/engine.io-parser/lib/commons.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@ export type RawData = any;
3232

3333
export interface Packet {
3434
type: PacketType;
35-
options?: { compress: boolean, wsPreEncoded?: string, wsPreEncodedFrame?: boolean };
35+
options?: {
36+
compress: boolean;
37+
wsPreEncoded?: string;
38+
wsPreEncodedFrame?: boolean;
39+
};
3640
data?: RawData;
3741
}
3842

0 commit comments

Comments
 (0)