Skip to content

Commit

Permalink
fix: prettier (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
wuweiweiwu committed May 18, 2018
1 parent 431ed8b commit 3456076
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/basic-example/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ class App extends Component {
const projectName = 'React Sortable Tree';
const authorName = 'Frontend Collective';
const authorUrl = 'https://github.com/frontend-collective';
const githubUrl = 'https://github.com/frontend-collective/react-sortable-tree';
const githubUrl =
'https://github.com/frontend-collective/react-sortable-tree';

const {
treeData,
Expand Down

0 comments on commit 3456076

Please sign in to comment.