Browse Source

Fix linting error

Thx @MarshallOfSound
Didier Roche 7 years ago
parent
commit
13850b9dff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/browser/init.js

+ 1 - 1
lib/browser/init.js

@@ -164,7 +164,7 @@ const mainStartupScript = packageJson.main || 'index.js'
 
 const KNOWN_XDG_DESKTOP_VALUES = ['Pantheon', 'Unity:Unity7', 'pop:GNOME']
 
-function currentPlatformSupportsAppIndicator() {
+function currentPlatformSupportsAppIndicator () {
   if (process.platform !== 'linux') return false
   const currentDesktop = process.env.XDG_CURRENT_DESKTOP