fix(space): fix isse with whitespace trimming from separators
This commit is contained in:
parent
0c336e4029
commit
7a284c98e5
10 changed files with 11 additions and 11 deletions
|
@ -27,6 +27,6 @@ show_<module_name>() { # save this module in a file with the name <module_name>.
|
|||
|
||||
local module=$( build_status_module "$index" "$icon" "$color" "$text" )
|
||||
|
||||
echo $module
|
||||
echo "$module"
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue