Skip to content

Commit 99d7c8e

Browse files
committed
Ugh linter again
1 parent f993ed7 commit 99d7c8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plots/command.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ exports.executeAPICommand = function(gd, method, args) {
221221
allArgs.push(args[i]);
222222
}
223223

224-
return apiMethod.apply(null, allArgs).catch(function (err) {
225-
Lib.warn('API call to Plotly.' + method + ' rejected.', err)
224+
return apiMethod.apply(null, allArgs).catch(function(err) {
225+
Lib.warn('API call to Plotly.' + method + ' rejected.', err);
226226
});
227227
};
228228

0 commit comments

Comments
 (0)