Skip to content

Commit 743a2cf

Browse files
committed
prettier
1 parent 728b421 commit 743a2cf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/views/help/wifi.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ function reportToServer(data) {
5353
}
5454

5555
const messages = {
56-
'init': 'Report',
57-
'collecting': 'Collecting data…',
58-
'reporting': 'Reporting data…',
59-
'done': 'Thanks!',
60-
'error': 'Try again?',
56+
init: 'Report',
57+
collecting: 'Collecting data…',
58+
reporting: 'Reporting data…',
59+
done: 'Thanks!',
60+
error: 'Try again?',
6161
}
6262

6363
type Props = {}

0 commit comments

Comments
 (0)