Skip to content

Commit e604b46

Browse files
committed
Use 4-space indentation in all shell scripts
This had been done everywhere except in init-tests-after-clone.sh.
1 parent be53823 commit e604b46

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: init-tests-after-clone.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
set -e
44

55
if [[ -z "$TRAVIS" ]]; then
6-
read -rp "This operation will destroy locally modified files. Continue ? [N/y]: " answer
7-
if [[ ! $answer =~ [yY] ]]; then
8-
exit 2
9-
fi
6+
read -rp "This operation will destroy locally modified files. Continue ? [N/y]: " answer
7+
if [[ ! $answer =~ [yY] ]]; then
8+
exit 2
9+
fi
1010
fi
1111

1212
git tag __testing_point__

0 commit comments

Comments
 (0)