aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/background-tasks/components/Stats.js
diff options
context:
space:
mode:
authorStas Vilchik <stas-vilchik@users.noreply.github.com>2017-03-31 13:54:46 +0200
committerGitHub <noreply@github.com>2017-03-31 13:54:46 +0200
commitfe716c6dc43d4d7acb437136b1c87902e8ff0bc4 (patch)
tree6b8a18d7a8f76de1fd34be3235d1639477b75d71 /server/sonar-web/src/main/js/apps/background-tasks/components/Stats.js
parente660d605a27992d82d901b8fe0b8938da7afb270 (diff)
downloadsonarqube-fe716c6dc43d4d7acb437136b1c87902e8ff0bc4.tar.gz
sonarqube-fe716c6dc43d4d7acb437136b1c87902e8ff0bc4.zip
re-format js code (#1877)
Diffstat (limited to 'server/sonar-web/src/main/js/apps/background-tasks/components/Stats.js')
-rw-r--r--server/sonar-web/src/main/js/apps/background-tasks/components/Stats.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/server/sonar-web/src/main/js/apps/background-tasks/components/Stats.js b/server/sonar-web/src/main/js/apps/background-tasks/components/Stats.js
index 8d9da1719ef..8a8be6ad4f0 100644
--- a/server/sonar-web/src/main/js/apps/background-tasks/components/Stats.js
+++ b/server/sonar-web/src/main/js/apps/background-tasks/components/Stats.js
@@ -98,8 +98,7 @@ export default class Stats extends React.Component {
className="js-failures-count emphasised-measure"
data-toggle="tooltip"
title="Count of projects where processing of most recent analysis report failed"
- href="#"
- >
+ href="#">
{this.props.failingCount}
</a>
&nbsp;
@@ -112,8 +111,7 @@ export default class Stats extends React.Component {
<span
className="js-failures-count emphasised-measure"
data-toggle="tooltip"
- title="Count of projects where processing of most recent analysis report failed"
- >
+ title="Count of projects where processing of most recent analysis report failed">
{this.props.failingCount}
</span>
&nbsp;