Skip to content

Commit 991c463

Browse files
committed
style: Spacing fixes
1 parent d0f1057 commit 991c463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/lib/public/bash-core.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ core.shopt_push() {
129129
return 1
130130
fi
131131

132-
133132
if (( previous_shopt_errcode == 0)); then
134133
___global_shopt_stack___+=(-s "$shopt_name")
135134
else
@@ -169,5 +168,6 @@ core.shopt_pop() {
169168
printf '%s\n' "Fatal: core.shopt_pop: Could not restore previous option" >&2
170169
return $errcode
171170
fi
171+
172172
___global_shopt_stack___=("${___global_shopt_stack___[@]::${#___global_shopt_stack___[@]}-2}")
173173
}

0 commit comments

Comments
 (0)