Skip to content

Commit 5e18fba

Browse files
committed
Add endline and semicolon
1 parent 10574e0 commit 5e18fba

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

@plotly/dash-test-components/src/components/ShapeOrExactKeepOrderComponent.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ const ShapeOrExactKeepOrderComponent = (props) => {
77
return (
88
<div id={id} />
99
);
10-
}
10+
};
11+
1112
ShapeOrExactKeepOrderComponent.propTypes = {
1213
id: PropTypes.string,
1314
/**
@@ -44,6 +45,6 @@ ShapeOrExactKeepOrderComponent.propTypes = {
4445
*/
4546
y: PropTypes.string
4647
}),
47-
}
48+
};
4849

49-
export default ShapeOrExactKeepOrderComponent;
50+
export default ShapeOrExactKeepOrderComponent;

0 commit comments

Comments
 (0)