Skip to content

Commit

Permalink
fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vladima committed Feb 25, 2016
1 parent e51fb15 commit 3609653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/protocol.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ declare namespace ts.server.protocol {
placeOpenBraceOnNewLineForControlBlocks?: boolean;

/** Index operator */
[key: string] : string | number | boolean;
[key: string]: string | number | boolean;
}

/**
Expand Down

0 comments on commit 3609653

Please sign in to comment.