Skip to content

Commit 0075348

Browse files
committed
[eslint] fixed dangling comma
1 parent 09cdd3c commit 0075348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lists/list-item.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ let ListItem = React.createClass({
169169
},
170170

171171
primaryText: {
172-
margin: 0
172+
margin: 0,
173173
},
174174

175175
rightIconButton: {

0 commit comments

Comments
 (0)