aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/component-measures/app/actions.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/js/apps/component-measures/app/actions.js')
-rw-r--r--server/sonar-web/src/main/js/apps/component-measures/app/actions.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/js/apps/component-measures/app/actions.js b/server/sonar-web/src/main/js/apps/component-measures/app/actions.js
index e38934a9bee..85f74ffa9a4 100644
--- a/server/sonar-web/src/main/js/apps/component-measures/app/actions.js
+++ b/server/sonar-web/src/main/js/apps/component-measures/app/actions.js
@@ -26,7 +26,6 @@ import { getMetrics } from '../../../api/metrics';
export const DISPLAY_HOME = 'app/DISPLAY_HOME';
export const RECEIVE_METRICS = 'app/RECEIVE_METRICS';
-
/*
* Action Creators
*/
@@ -39,7 +38,6 @@ function receiveMetrics (metrics) {
return { type: RECEIVE_METRICS, metrics };
}
-
/*
* Workflow
*/