Skip to content

Commit a23156c

Browse files
committed
fix: white spaces
1 parent 1e273f8 commit a23156c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bemenu-qalc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ get_history() {
129129
}
130130

131131
while
132-
input=$(get_history | bemenu -p "  = $answer ")
132+
input=$(get_history | bemenu -p " = $answer")
133133
[[ -n "$input" ]] # exit if bemenu quit
134134
do
135135
if [[ "$input" =~ clear$|return$|found$ ]]; then

0 commit comments

Comments
 (0)