Browse Source

fix linting error

liusi 8 years ago
parent
commit
9e91f319c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      atom/browser/ui/accelerator_util.cc

+ 1 - 1
atom/browser/ui/accelerator_util.cc

@@ -93,7 +93,7 @@ bool TriggerAcceleratorTableCommand(AcceleratorTable* table,
     if (item.model->IsEnabledAt(item.position)) {
       item.model->ActivatedAt(item.position);
       return true;
-    } 
+    }
   }
   return false;
 }