node: Fix style in copy-paste test.

This bug got merged due to a problem with Travis CI.
This commit is contained in:
Tim Abbott 2017-11-23 13:06:17 -08:00
parent 4d4532a27e
commit cc8c8ab21c
1 changed files with 1 additions and 1 deletions

View File

@ -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');
})();
}());