Skip to content

Commit

Permalink
Apply prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
yszk0123 committed Oct 16, 2017
1 parent 5995532 commit 9d4d1cc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/Square.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ import React from 'react';

export default class Square extends React.Component {
render() {
return (
<button className="square">
{/* TODO */}
</button>
);
return <button className="square">{/* TODO */}</button>;
}
}

0 comments on commit 9d4d1cc

Please sign in to comment.