aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/test/constant_test.js
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-02-18 09:25:21 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-02-18 09:25:21 -0800
commitce5021b0b9f3d99f606ddf82b56f86077c5adc5a (patch)
tree06e9419cad5b564368a43c3358ba102cc1f4450c /src/node/test/constant_test.js
parentfa61eade82e6ea9157717cb8366cefd41b34b920 (diff)
Add missing new-lines at end of file
Diffstat (limited to 'src/node/test/constant_test.js')
-rw-r--r--src/node/test/constant_test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node/test/constant_test.js b/src/node/test/constant_test.js
index 0affa403c8..4a403868c7 100644
--- a/src/node/test/constant_test.js
+++ b/src/node/test/constant_test.js
@@ -89,4 +89,4 @@ describe('constants', function() {
'call error missing: ' + callErrorNames[i]);
}
});
-}); \ No newline at end of file
+});