Skip to content

Commit 3456076

Browse files
authoredMay 18, 2018
fix: prettier (#313)
1 parent 431ed8b commit 3456076

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎examples/basic-example/app.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@ class App extends Component {
177177
const projectName = 'React Sortable Tree';
178178
const authorName = 'Frontend Collective';
179179
const authorUrl = 'https://github.com/frontend-collective';
180-
const githubUrl = 'https://github.com/frontend-collective/react-sortable-tree';
180+
const githubUrl =
181+
'https://github.com/frontend-collective/react-sortable-tree';
181182

182183
const {
183184
treeData,

0 commit comments

Comments
 (0)