Skip to content

Commit 43fe4a0

Browse files
committed
ci: fix indentation in one more place
(backport <#4108>) (cherry picked from commit 331dd50)
1 parent 759adaf commit 43fe4a0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

ci/run-docker.sh

+8-8
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,13 @@ build_switch() {
8989
}
9090

9191
if [ -z "${1}" ]; then
92-
for d in ci/docker/*; do
93-
run "${d}"
94-
done
92+
for d in ci/docker/*; do
93+
run "${d}"
94+
done
9595
else
96-
if [ "${1}" != "switch" ]; then
97-
run "${1}"
98-
else
99-
build_switch
100-
fi
96+
if [ "${1}" != "switch" ]; then
97+
run "${1}"
98+
else
99+
build_switch
100+
fi
101101
fi

0 commit comments

Comments
 (0)