aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/components/SourceViewer/SourceViewerCode.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/js/components/SourceViewer/SourceViewerCode.js')
-rw-r--r--server/sonar-web/src/main/js/components/SourceViewer/SourceViewerCode.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/components/SourceViewer/SourceViewerCode.js b/server/sonar-web/src/main/js/components/SourceViewer/SourceViewerCode.js
index 16c3e399d6b..b3285d2ff0c 100644
--- a/server/sonar-web/src/main/js/components/SourceViewer/SourceViewerCode.js
+++ b/server/sonar-web/src/main/js/components/SourceViewer/SourceViewerCode.js
@@ -21,8 +21,8 @@
import React from 'react';
import { intersection } from 'lodash';
import Line from './components/Line';
-import { translate } from '../../helpers/l10n';
import { getLinearLocations } from './helpers/issueLocations';
+import { translate } from '../../helpers/l10n';
/*:: import type { Duplication, SourceLine } from './types'; */
/*:: import type { Issue, FlowLocation } from '../issue/types'; */
/*:: import type { LinearIssueLocation } from './helpers/indexing'; */