mirror of
https://github.com/github/semantic.git
synced 2024-11-28 10:15:55 +03:00
Fix the no-newline-at-eof test.
This commit is contained in:
parent
a61d847705
commit
b9230ceac4
@ -2,7 +2,7 @@ diff --git a/test/diffs/no-newline-at-eof.A.js b/test/diffs/no-newline-at-eof.B.
|
||||
index .. 100644
|
||||
--- a/test/diffs/no-newline-at-eof.A.js
|
||||
+++ b/test/diffs/no-newline-at-eof.B.js
|
||||
@@ -1,2 +1,3 @@
|
||||
@@ -1,1 +1,3 @@
|
||||
console.log("hello, world");
|
||||
|
||||
+console.log("insertion");
|
||||
|
Loading…
Reference in New Issue
Block a user