Skip to content

Commit 3ef428d

Browse files
fix indentatin
1 parent 6faa9f4 commit 3ef428d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/assert_failure.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ 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
65+
batslib_print_kv_single_or_multi "$width" 'output' "$output"
66+
if [[ -n "$stderr" ]]; then
6767
batslib_print_kv_single_or_multi "$width" 'stderr' "$stderr"
6868
fi
6969
} \

0 commit comments

Comments
 (0)