Skip to content

Commit d01c323

Browse files
committed
newline
1 parent 85eb91e commit d01c323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/test-SqlString.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,4 +306,4 @@ test('SqlString.format', {
306306
var sql = SqlString.format('SELECT COUNT(*) FROM table', ['a', 'b']);
307307
assert.equal(sql, 'SELECT COUNT(*) FROM table');
308308
}
309-
});
309+
});

0 commit comments

Comments
 (0)