Skip to content

Commit

Permalink
remove syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
egamma committed Nov 29, 2016
1 parent ea1c8fe commit 17a4e99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tslint-tests/tests/trailing-comma.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// a comma is missing at the end

let test = {
lastName: user.lastName,
lastName: "smith",
missAComma: "mis"
};

console.log(test);
console.log(test);

0 comments on commit 17a4e99

Please sign in to comment.