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 01:54:56 +0300
committerMike Greiling <mike@pixelcog.com>2017-01-19 02:15:27 +0300
commite7b5945c591bcd55911f495635f2f852946bd228 (patch)
treefe9aab0029921dafd1f5a4f136256bae3f702f0f /app/assets/javascripts/protected_branches/protected_branch_access_dropdown.js.es6
parent9e4d04913ab9267d4a59df4d7feafd97b8117fe7 (diff)
resolve all semi and no-extra-semi eslint violations
Diffstat (limited to 'app/assets/javascripts/protected_branches/protected_branch_access_dropdown.js.es6')
-rw-r--r--app/assets/javascripts/protected_branches/protected_branch_access_dropdown.js.es64
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/javascripts/protected_branches/protected_branch_access_dropdown.js.es6 b/app/assets/javascripts/protected_branches/protected_branch_access_dropdown.js.es6
index 4aef1c84b56..157e2373f15 100644
--- a/app/assets/javascripts/protected_branches/protected_branch_access_dropdown.js.es6
+++ b/app/assets/javascripts/protected_branches/protected_branch_access_dropdown.js.es6
@@ -1,4 +1,4 @@
-/* eslint-disable arrow-parens, no-param-reassign, no-irregular-whitespace, object-shorthand, no-else-return, comma-dangle, semi, padded-blocks, max-len */
+/* eslint-disable arrow-parens, no-param-reassign, no-irregular-whitespace, object-shorthand, no-else-return, comma-dangle, padded-blocks, max-len */
(global => {
global.gl = global.gl || {};
@@ -25,6 +25,6 @@
}
});
}
- }
+ };
})(window);