Remove whitespace
This commit is contained in:
parent
3a826e16cc
commit
c9157fbd67
1 changed files with 0 additions and 1 deletions
1
neofetch
1
neofetch
|
@ -1973,7 +1973,6 @@ stdout () {
|
||||||
for func in "${args[@]}"; do
|
for func in "${args[@]}"; do
|
||||||
case "$func" in
|
case "$func" in
|
||||||
"--"*) break ;;
|
"--"*) break ;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
"get$func" 2>/dev/null
|
"get$func" 2>/dev/null
|
||||||
eval output="\$$func"
|
eval output="\$$func"
|
||||||
|
|
Loading…
Reference in a new issue