Skip to content

Commit c06794e

Browse files
committed
Removed trailing comma
1 parent d3a64c2 commit c06794e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/test-SqlString.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ test('SqlString.escapeId', {
5353

5454
'raw within array not escaped': function () {
5555
assert.equal(SqlString.escapeId(['firstColumnName', SqlString.raw('*'), 'secondColumnName']), '`firstColumnName`, *, `secondColumnName`');
56-
},
56+
}
5757
});
5858

5959
test('SqlString.escape', {

0 commit comments

Comments
 (0)