diff options
author | Phil Hughes <me@iamphill.com> | 2018-06-28 15:32:54 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-06-29 09:29:31 +0100 |
commit | d4fce4dc2f50b7cf8e0de009384f313f07b0156a (patch) | |
tree | 950b75603cc094adfb7afae1e13811f6a2e5ca81 /app | |
parent | fa8c82c7ec6bb380c1b90421e99b6e8cdee3d790 (diff) | |
download | gitlab-ce-d4fce4dc2f50b7cf8e0de009384f313f07b0156a.tar.gz |
fixed eslint
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/javascripts/ide/stores/actions/file.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/javascripts/ide/stores/actions/file.js b/app/assets/javascripts/ide/stores/actions/file.js index 1111a14a7d7..314bb01efdd 100644 --- a/app/assets/javascripts/ide/stores/actions/file.js +++ b/app/assets/javascripts/ide/stores/actions/file.js @@ -1,4 +1,3 @@ -import { normalizeHeaders } from '~/lib/utils/common_utils'; import { __ } from '../../../locale'; import eventHub from '../../eventhub'; import service from '../../services'; |