Skip to content

Commit 0e37b9f

Browse files
committed
lint (fixup indent)
1 parent a85ed21 commit 0e37b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/download_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ describe('Plotly.downloadImage', function() {
6161
downloadTest(gd, 'svg', done);
6262
}, LONG_TIMEOUT_INTERVAL);
6363

64-
it('should work when passing graph div id', function(done) {
64+
it('should work when passing graph div id', function(done) {
6565
downloadTest('graph', 'svg', done);
6666
}, LONG_TIMEOUT_INTERVAL);
6767

0 commit comments

Comments
 (0)