summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2019-01-29 20:36:54 +0100
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2019-07-02 12:17:46 +0000
commit1398aa6562e9d8c682e0cfc66f8a60aad310d156 (patch)
treec2aef9e8c0b3389713c98a75c4f5194085be7617 /tests
parent8fcd6c715307e15f1afefd652eb4d26da8fd8cfb (diff)
downloadgnome-shell-1398aa6562e9d8c682e0cfc66f8a60aad310d156.tar.gz
style: Fix indentation errors
While we have some style inconsistencies - mostly regarding split lines, i.e. aligning to the first arguments vs. a four-space indent - there are a couple of places where the spacing is simply wrong. Fix those. Spotted by eslint. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/608
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/jsParse.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/jsParse.js b/tests/unit/jsParse.js
index 381484877..468138b12 100644
--- a/tests/unit/jsParse.js
+++ b/tests/unit/jsParse.js
@@ -186,8 +186,8 @@ for (let i = 0; i < testsModifyScope.length; i++) {
JsUnit.assertNotEquals("Code '" + base + "' is valid code", e.constructor, SyntaxError);
}
}
- }
- }
+ }
+ }
}
let propertyNames = Object.getOwnPropertyNames(obj);
JsUnit.assertEquals("The context '" + JSON.stringify(obj) + "' was not modified", propertyNames.length, 0);