Skip to content

Commit 7307cfa

Browse files
authored
Merge pull request Idean#64 from TheSkwiggs/patch-1
Added a space before closing `if` bracket
2 parents 1658191 + ea6051e commit 7307cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/shell/run-sonar-swift.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ if [ "$vflag" = "on" ]; then
225225
echo "Xcode project file is: $projectFile"
226226
echo "Xcode workspace file is: $workspaceFile"
227227
echo "Xcode application scheme is: $appScheme"
228-
if [ -n "$unittests"]; then
228+
if [ -n "$unittests" ]; then
229229
echo "Destination simulator is: $destinationSimulator"
230230
echo "Excluded paths from coverage are: $excludedPathsFromCoverage"
231231
else

0 commit comments

Comments
 (0)