Skip to content

Commit 840ac89

Browse files
committed
prettify
1 parent 026f28d commit 840ac89

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source/views/home/edit.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,10 @@ class Row extends React.Component {
133133
}
134134
}
135135

136-
function EditHomeView(props: {onSaveOrder: (ViewType[]) => any, order: string[]}) {
136+
function EditHomeView(props: {
137+
onSaveOrder: (ViewType[]) => any,
138+
order: string[],
139+
}) {
137140
return (
138141
<SortableList
139142
contentContainerStyle={styles.contentContainer}

0 commit comments

Comments
 (0)