aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/components/SelectList/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/js/components/SelectList/index.js')
-rw-r--r--server/sonar-web/src/main/js/components/SelectList/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/components/SelectList/index.js b/server/sonar-web/src/main/js/components/SelectList/index.js
index 87d2dd32bf7..f8b47f5aeb8 100644
--- a/server/sonar-web/src/main/js/components/SelectList/index.js
+++ b/server/sonar-web/src/main/js/components/SelectList/index.js
@@ -21,9 +21,9 @@ import $ from 'jquery';
import Backbone from 'backbone';
import { debounce, throttle } from 'lodash';
import escapeHtml from 'escape-html';
-import { translate } from '../../helpers/l10n';
import ItemTemplate from './templates/item.hbs';
import ListTemplate from './templates/list.hbs';
+import { translate } from '../../helpers/l10n';
import './styles.css';
import '../controls/SearchBox.css';