Skip to content

Commit 4ec766a

Browse files
formatting
1 parent 643741a commit 4ec766a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wtp/locationSelector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class LocationSelector {
124124
await this.updateLocations();
125125
}
126126
});
127-
} catch(e) {
127+
} catch (e) {
128128
if (e === E_TIMEOUT) {
129129
logger.error('Locations update is taking too long', e);
130130
}

0 commit comments

Comments
 (0)