Skip to content

Commit c533683

Browse files
committed
fix lint
1 parent 33cf9c3 commit c533683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/legend/defaults.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,6 @@ module.exports = function legendDefaults(layoutIn, layoutOut, fullData) {
103103
coerce('xanchor', defaultXAnchor);
104104
coerce('y', defaultY);
105105
coerce('yanchor', defaultYAnchor);
106-
coerce('valign')
106+
coerce('valign');
107107
Lib.noneOrAll(containerIn, containerOut, ['x', 'y']);
108108
};

0 commit comments

Comments
 (0)