Bug 1326511 - Enable brace-style and no-multi-spaces eslint rules for toolkit. r=MattN

MozReview-Commit-ID: FuVu8skcqOe
This commit is contained in:
Jared Wein
2016-12-30 21:47:25 -05:00
parent 17f1b9dc89
commit 242ab87626
752 changed files with 4938 additions and 8970 deletions

View File

@@ -927,7 +927,7 @@ Barrier.prototype = Object.freeze({
}
}
if (crashAfterMS > 0) {
if (crashAfterMS > 0) {
let timeToCrash = null;
// If after |crashAfterMS| milliseconds (adjusted to take into

View File

@@ -24,7 +24,8 @@ add_task(function* test_phase_simple_async() {
[],
[() => "some state"],
[function() {
throw new Error("State BOOM"); }],
throw new Error("State BOOM");
}],
[function() {
return {
toJSON() {