summaryrefslogtreecommitdiff
path: root/spec/javascripts/syntax_highlight_spec.js
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-01-10 18:02:20 -0500
committerMike Greiling <mike@pixelcog.com>2017-01-18 17:16:41 -0600
commitccada28f30326262b61638edf77b7ab163ff59a0 (patch)
tree0cc73dc1d9d93521ccbcf1830bc51424799cb3fa /spec/javascripts/syntax_highlight_spec.js
parente7b5945c591bcd55911f495635f2f852946bd228 (diff)
downloadgitlab-ce-ccada28f30326262b61638edf77b7ab163ff59a0.tar.gz
resolve all padded-blocks eslint violations
Diffstat (limited to 'spec/javascripts/syntax_highlight_spec.js')
-rw-r--r--spec/javascripts/syntax_highlight_spec.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/javascripts/syntax_highlight_spec.js b/spec/javascripts/syntax_highlight_spec.js
index 5984ce8ffd4..436f7064a69 100644
--- a/spec/javascripts/syntax_highlight_spec.js
+++ b/spec/javascripts/syntax_highlight_spec.js
@@ -1,4 +1,4 @@
-/* eslint-disable space-before-function-paren, no-var, no-return-assign, quotes, padded-blocks */
+/* eslint-disable space-before-function-paren, no-var, no-return-assign, quotes */
/*= require syntax_highlight */
@@ -41,5 +41,4 @@
});
});
});
-
}).call(this);