mirror of
https://github.com/jaclu/tmux-power-zoom.git
synced 2026-09-10 07:06:18 -04:00
linting
This commit is contained in:
parent
cee0a2842b
commit
3bc42cde9d
|
|
@ -39,7 +39,7 @@ read_pz_status() {
|
|||
check_pz_status() {
|
||||
case $1 in
|
||||
|
||||
$IS_ZOOMED | $GET_PLACEHOLDER | $GET_ZOOMED ) ;;
|
||||
"$IS_ZOOMED" | "$GET_PLACEHOLDER" | "$GET_ZOOMED" ) ;;
|
||||
|
||||
*)
|
||||
error_msg "ERROR: check_pz_status - invalid param: [$1]"
|
||||
|
|
|
|||
Loading…
Reference in a new issue