Skip to content

Commit

Permalink
remove useless return
Browse files Browse the repository at this point in the history
  • Loading branch information
crpb committed Jan 22, 2024
1 parent bb54b0e commit 02157eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completion/_ubanner
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ _arguments -s -S \
'--font[use this font]:fontname:->fonts' \
'--font-size[font size in pixels (default: 28)]:size:(28 36 42 50 58 64 72 80 88 96)' \
'--list-fonts[print list of available font faces]' \
{-s,--full-screen}'[full screen mode]' && return 0
{-s,--full-screen}'[full screen mode]'

case "$state" in
fonts)
Expand Down

0 comments on commit 02157eb

Please sign in to comment.