if we make the left sidebar bigger,we must reduce size in the middle, MKWS-219
[mkws-moved-to-github.git] / test / spec / true.spec.js
index 5a201dd..b515c06 100644 (file)
@@ -3,8 +3,8 @@
  * dummy test
  *
  */
-describe("A suite", function() {
-  it("contains spec with an expectation", function() {
-    expect(true).toBe(true);
-  });
+describe("A suite", function () {
+    it("contains spec with an expectation", function () {
+        expect(true).toBe(true);
+    });
 });