Skip to content

Commit e8f048b

Browse files
committed
Prettier
1 parent 57b5d4d commit e8f048b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/codepen-example.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class CodepenExample extends Component {
3434
}
3535

3636
render() {
37-
const { action, payload } = this.props.pathContext
37+
const {action, payload} = this.props.pathContext;
3838

3939
return (
4040
<Container>

0 commit comments

Comments
 (0)