Fix linter error

This commit is contained in:
David Wilson
2018-04-26 10:28:14 -04:00
committed by GitHub
parent c61b27ba5c
commit 62d9d02f97

View File

@@ -246,7 +246,7 @@ class WindowEventHandler {
if (/^https?:\/\//.test(uri)) {
this.applicationDelegate.openExternal(uri)
} else if (uri.startsWith('atom://')) {
this.atomEnvironment.uriHandlerRegistry.handleURI(uri);
this.atomEnvironment.uriHandlerRegistry.handleURI(uri)
}
}
}