Skip to content

Commit 8a8facf

Browse files
committed
trim trailing whitespace
1 parent c29418d commit 8a8facf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/dbc/completions/dbc.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ _dbc_install_completions() {
6262
--level|-l)
6363
COMPREPLY=($(compgen -W "user system" -- "$cur"))
6464
return 0
65-
;;
65+
;;
6666
esac
6767

6868
if [[ "$cur" == -* ]]; then

0 commit comments

Comments
 (0)