Browse Source

Fix cpplint warnings

Cheng Zhao 8 years ago
parent
commit
cf198904a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      atom/browser/javascript_environment.h

+ 1 - 1
atom/browser/javascript_environment.h

@@ -45,7 +45,7 @@ class JavascriptEnvironment {
 // Manage the Node Environment automatically.
 class NodeEnvironment {
  public:
-  NodeEnvironment(node::Environment* env);
+  explicit NodeEnvironment(node::Environment* env);
   ~NodeEnvironment();
 
  private: