Skip to content

Commit a4d3948

Browse files
committed
fix no-multiple-empty-lines
1 parent e870e34 commit a4d3948

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: src/components/modebar/modebar.js

-2
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,6 @@ proto.createIcon = function(thisIcon) {
219219
icon.innerHTML = '<svg height="1em" width="' + (thisIcon.width / iconHeight) + 'em" viewbox="0, 0, ' + thisIcon.width + ',' + thisIcon.height + '" xmlns="">' + thisIcon.svg + '</svg>';
220220
}
221221

222-
223-
224222
return icon;
225223
};
226224

0 commit comments

Comments
 (0)