Skip to content

Commit

Permalink
adds new line at file end
Browse files Browse the repository at this point in the history
  • Loading branch information
invincibleJai committed Aug 21, 2017
1 parent 6bb0628 commit f77c4cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/extension.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ suite("Extension Tests", () => {
assert.equal(-1, [1, 2, 3].indexOf(5));
assert.equal(-1, [1, 2, 3].indexOf(0));
});
});
});
2 changes: 1 addition & 1 deletion test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ testRunner.configure({
useColors: true // colored output from test results
});

module.exports = testRunner;
module.exports = testRunner;

0 comments on commit f77c4cd

Please sign in to comment.