Skip to content

Commit e679986

Browse files
committed
whitespace
1 parent c15c8d1 commit e679986

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Jenkinsfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ pipeline {
2323
}
2424
else
2525
echo 'no testing task'
26-
27-
def scannerHome = tool 'sonar-scanner';
28-
withSonarQubeEnv('silverbulleters') {
29-
sh "${scannerHome}/bin/sonar-scanner"
30-
}
26+
27+
def scannerHome = tool 'sonar-scanner';
28+
withSonarQubeEnv('silverbulleters') {
29+
sh "${scannerHome}/bin/sonar-scanner"
30+
}
3131
}
3232

3333
}

0 commit comments

Comments
 (0)