summaryrefslogtreecommitdiff
path: root/t/chainlint/cuddled-if-then-else.expect
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/cuddled-if-then-else.expect')
-rw-r--r--t/chainlint/cuddled-if-then-else.expect2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/chainlint/cuddled-if-then-else.expect b/t/chainlint/cuddled-if-then-else.expect
index ab2a026fbc..4e089b087a 100644
--- a/t/chainlint/cuddled-if-then-else.expect
+++ b/t/chainlint/cuddled-if-then-else.expect
@@ -3,5 +3,5 @@ if test -z ""; then
echo empty
else
echo bizzy
-> fi) &&
+ fi) &&
echo foobar