8000 Remove spaces as the CI check returns error · won21kr/plotly.js@69bc864 · GitHub
[go: up one dir, main page]

Skip to content

Commit 69bc864

Browse files
authored
Remove spaces as the CI check returns error
Error: "Trailing spaces not allowed"
1 parent 72a604c commit 69bc864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/plots.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ plots.previousPromises = function(gd) {
258258
*/
259259
plots.addLinks = function(gd) {
260260
if(gd._context.showLink === false) return;
261-
261+
262262
var fullLayout = gd._fullLayout;
263263

264264
var linkContainer = fullLayout._paper

0 commit comments

Comments
 (0)
0