aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/code/utils.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/js/apps/code/utils.ts')
-rw-r--r--server/sonar-web/src/main/js/apps/code/utils.ts12
1 files changed, 6 insertions, 6 deletions
diff --git a/server/sonar-web/src/main/js/apps/code/utils.ts b/server/sonar-web/src/main/js/apps/code/utils.ts
index 63adf57bde7..fe238eae14a 100644
--- a/server/sonar-web/src/main/js/apps/code/utils.ts
+++ b/server/sonar-web/src/main/js/apps/code/utils.ts
@@ -17,16 +17,16 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
+import { getBreadcrumbs, getChildren, getComponent } from '../../api/components';
+import { getBranchLikeQuery, isPullRequest, isShortLivingBranch } from '../../helpers/branches';
import {
addComponent,
- getComponent as getComponentFromBucket,
- addComponentChildren,
- getComponentChildren,
addComponentBreadcrumbs,
- getComponentBreadcrumbs
+ addComponentChildren,
+ getComponent as getComponentFromBucket,
+ getComponentBreadcrumbs,
+ getComponentChildren
} from './bucket';
-import { getChildren, getComponent, getBreadcrumbs } from '../../api/components';
-import { getBranchLikeQuery, isShortLivingBranch, isPullRequest } from '../../helpers/branches';
const METRICS = [
'ncloc',