Skip to content

Commit 4394a0b

Browse files
author
Calvin Fernandez
committed
fix lint error
1 parent b90d55a commit 4394a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/histogram2d_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ describe('Test histogram2d', function() {
2828

2929
it('should set xgap and ygap to 0 when xgap and ygap are empty', function() {
3030
traceIn = {};
31-
supplyDefaults(traceIn, traceOut,{});
31+
supplyDefaults(traceIn, traceOut, {});
3232
expect(traceOut.xgap).toBe(0);
3333
expect(traceOut.ygap).toBe(0);
3434
});

0 commit comments

Comments
 (0)