aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/test/channel_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/channel_test.js
parentfa61eade82e6ea9157717cb8366cefd41b34b920 (diff)
Add missing new-lines at end of file
Diffstat (limited to 'src/node/test/channel_test.js')
-rw-r--r--src/node/test/channel_test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node/test/channel_test.js b/src/node/test/channel_test.js
index 77708d163e..449a8cc4c3 100644
--- a/src/node/test/channel_test.js
+++ b/src/node/test/channel_test.js
@@ -85,4 +85,4 @@ describe('channel', function() {
});
});
});
-}); \ No newline at end of file
+});