Skip to content

Commit

Permalink
Fix missing initializers
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Hanson committed May 22, 2017
1 parent 3b56ebe commit c6e69dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/protocol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2416,8 +2416,8 @@ namespace ts.server.protocol {
}

export const enum NewLineKind {
Crlf,
Lf,
Crlf = "Crlf",
Lf = "Lf",
}

export const enum ScriptTarget {
Expand Down

0 comments on commit c6e69dd

Please sign in to comment.