fix(main): format code

This commit is contained in:
Valentin Uveges 2023-08-11 18:22:24 +03:00
parent 10d8db8b88
commit 465eb977f5

View file

@ -234,7 +234,7 @@ main() {
# '$key' stores the key. # '$key' stores the key.
# '$val' stores the value. # '$val' stores the value.
eval "$key"="$"${val} eval "local $key"="$val"
done < "${PLUGIN_DIR}/catppuccin-${theme}.tmuxtheme" done < "${PLUGIN_DIR}/catppuccin-${theme}.tmuxtheme"
# status # status