Skip to content

Commit 30294c7

Browse files
committed
Fixes linting issues
1 parent 785e55d commit 30294c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server/protocol.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ declare namespace ts.server.protocol {
469469
placeOpenBraceOnNewLineForControlBlocks?: boolean;
470470

471471
/** Index operator */
472-
[key: string] : string | number | boolean;
472+
[key: string]: string | number | boolean;
473473
}
474474

475475
/**

0 commit comments

Comments
 (0)