Skip to content

Commit e450b47

Browse files
committed
Make prettier happier
1 parent 51b0806 commit e450b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/views/help/wifi-tools.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const getIpAddress = (): Promise<?string> =>
1616

1717
export const getPosition = (args: any = {}): Promise<Object> =>
1818
new Promise((resolve, reject) => {
19-
if(Platform.OS === 'ios') {
19+
if (Platform.OS === 'ios') {
2020
navigator.geolocation.getCurrentPosition(resolve, reject, {
2121
...args,
2222
enableHighAccuracy: true,

0 commit comments

Comments
 (0)