Skip to content

Commit eda5a99

Browse files
author
whyboris
committed
missing semicolon
1 parent 7a9191f commit eda5a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cli-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var assert = require('assert');
22

3-
var sinon = require('sinon')
3+
var sinon = require('sinon');
44

55
var Cli = require('../src/cli.js').Diff2HtmlInterface;
66
var http = require('../src/http-utils.js').HttpUtils;

0 commit comments

Comments
 (0)