Browse Source

Fix indent

Sebastien Lebreton 5 năm trước cách đây
mục cha
commit
a2f364c1f8
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      Playground/js/main.js

+ 2 - 2
Playground/js/main.js

@@ -808,8 +808,8 @@ class Main {
         } else {
             // load script
             return await this.loadSnippetCode(value);
-		}
-	}
+        }
+    }
 
     async diff() {
         try {