Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-01-11 02:02:20 +0300
committerMike Greiling <mike@pixelcog.com>2017-01-19 02:16:41 +0300
commitccada28f30326262b61638edf77b7ab163ff59a0 (patch)
tree0cc73dc1d9d93521ccbcf1830bc51424799cb3fa /app/assets/javascripts/protected_branches/protected_branch_edit_list.js.es6
parente7b5945c591bcd55911f495635f2f852946bd228 (diff)
resolve all padded-blocks eslint violations
Diffstat (limited to 'app/assets/javascripts/protected_branches/protected_branch_edit_list.js.es6')
-rw-r--r--app/assets/javascripts/protected_branches/protected_branch_edit_list.js.es63
1 files changed, 1 insertions, 2 deletions
diff --git a/app/assets/javascripts/protected_branches/protected_branch_edit_list.js.es6 b/app/assets/javascripts/protected_branches/protected_branch_edit_list.js.es6
index c2a30653c1e..f044e1c70b0 100644
--- a/app/assets/javascripts/protected_branches/protected_branch_edit_list.js.es6
+++ b/app/assets/javascripts/protected_branches/protected_branch_edit_list.js.es6
@@ -1,4 +1,4 @@
-/* eslint-disable arrow-parens, no-param-reassign, no-irregular-whitespace, no-new, comma-dangle, padded-blocks, max-len */
+/* eslint-disable arrow-parens, no-param-reassign, no-irregular-whitespace, no-new, comma-dangle, max-len */
(global => {
global.gl = global.gl || {};
@@ -15,5 +15,4 @@
});
}
};
-
})(window);