Skip to content

Commit ce88e4a

Browse files
author
UrsKahmann
committed
Fixed brackets
1 parent 76d47d4 commit ce88e4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SwiftLint/copy-and-run-swiftlint-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ function add_swiftUI_disabled_rules () {
125125
cd "$scriptBaseFolderPath"
126126

127127
# Disabled certain rules listet in swiftlint+swiftUI.yml if this is a swiftUI project
128-
if [ $swiftUI = true]; then
128+
if [ $swiftUI = true ]; then
129129
add_swiftUI_disabled_rules
130130
fi
131131

0 commit comments

Comments
 (0)