From cc8c8ab21cb710ef0d633d5d61918eb7e1ad47a9 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Thu, 23 Nov 2017 13:06:17 -0800 Subject: [PATCH] node: Fix style in copy-paste test. This bug got merged due to a problem with Travis CI. --- frontend_tests/node_tests/copy_and_paste.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend_tests/node_tests/copy_and_paste.js b/frontend_tests/node_tests/copy_and_paste.js index 062aaf953b..c6cbd1a68e 100644 --- a/frontend_tests/node_tests/copy_and_paste.js +++ b/frontend_tests/node_tests/copy_and_paste.js @@ -23,4 +23,4 @@ var copy_and_paste = zrequire('copy_and_paste'); // that this not use markdown syntax, since that feels unnecessary. assert.equal(copy_and_paste.paste_handler_converter(input), '[https://zulip.readthedocs.io/en/latest/subsystems/logging.html](https://zulip.readthedocs.io/en/latest/subsystems/logging.html'); -})(); +}());