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
path: root/spec
diff options
context:
space:
mode:
authorLukas Eipert <leipert@gitlab.com>2018-05-28 12:53:00 +0300
committerLukas Eipert <leipert@gitlab.com>2018-05-29 19:42:34 +0300
commitc98212e66383157e118ab1f7a498cc2f1c6f67a0 (patch)
tree4a9d67962652ae9d1d10691b5f1a20cc8adedc7b /spec
parent9a9f758d9121bcf24fa3fcee6dc724030467a6f3 (diff)
fix `spaced-comment`
Diffstat (limited to 'spec')
-rw-r--r--spec/javascripts/u2f/mock_u2f_device.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/u2f/mock_u2f_device.js b/spec/javascripts/u2f/mock_u2f_device.js
index 5a1ace2b4d6..8fec6ae3fa4 100644
--- a/spec/javascripts/u2f/mock_u2f_device.js
+++ b/spec/javascripts/u2f/mock_u2f_device.js
@@ -1,5 +1,5 @@
/* eslint-disable prefer-rest-params, wrap-iife,
-no-unused-expressions, no-return-assign, no-param-reassign*/
+no-unused-expressions, no-return-assign, no-param-reassign */
export default class MockU2FDevice {
constructor() {