Browse Source

whitespace

Steven Silvester 8 years ago
parent
commit
0a98bbdc61
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jupyterlab/labextensions.py

+ 1 - 1
jupyterlab/labextensions.py

@@ -28,7 +28,7 @@ class BaseExtensionApp(JupyterApp):
     flags = flags
 
     lab_config_dir = Unicode(ENV_CONFIG_PATH[0], config=True,
-         help="The lab configuration directory")
+        help="The lab configuration directory")
 
     should_build = Bool(True, config=True,
         help="Whether to build the app after the action")