We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b90d55a commit 4394a0bCopy full SHA for 4394a0b
test/jasmine/tests/histogram2d_test.js
@@ -28,7 +28,7 @@ describe('Test histogram2d', function() {
28
29
it('should set xgap and ygap to 0 when xgap and ygap are empty', function() {
30
traceIn = {};
31
- supplyDefaults(traceIn, traceOut,{});
+ supplyDefaults(traceIn, traceOut, {});
32
expect(traceOut.xgap).toBe(0);
33
expect(traceOut.ygap).toBe(0);
34
});
0 commit comments