Completed
Push — master ( a329ce...c6455f )
by John
23s queued 14s
created
app/Models/Eloquent/Tool/MonacoTheme.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -299,7 +299,7 @@
 block discarded – undo
299 299
 
300 300
     public static function getTheme($id) {
301 301
         if (!isset(self::$theme[$id])) {
302
-            if(isset(self::$theme[config('app.editor_theme')])){
302
+            if (isset(self::$theme[config('app.editor_theme')])) {
303 303
                 return self::$theme[config('app.editor_theme')];
304 304
             }
305 305
             return self::$theme['material-design-darker'];
Please login to merge, or discard this patch.