Skip to content

Commit c5ea35f

Browse files
Fix indentation again
1 parent 3ef428d commit c5ea35f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/assert_failure.bash

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ assert_failure() {
6262
(( $# > 0 )) && local -r expected="$1"
6363
if (( status == 0 )); then
6464
{ local -ir width=6
65-
batslib_print_kv_single_or_multi "$width" 'output' "$output"
66-
if [[ -n "$stderr" ]]; then
67-
batslib_print_kv_single_or_multi "$width" 'stderr' "$stderr"
65+
batslib_print_kv_single_or_multi "$width" 'output' "$output"
66+
if [[ -n "$stderr" ]]; then
67+
batslib_print_kv_single_or_multi "$width" 'stderr' "$stderr"
6868
fi
6969
} \
7070
| batslib_decorate 'command succeeded, but it was expected to fail' \

0 commit comments

Comments
 (0)