Remove extra space in `_load_subcommands()`.

This commit is contained in:
William Melody 2020-06-07 14:51:12 -07:00
parent 83bb517312
commit 0fa9b240c6
1 changed files with 0 additions and 1 deletions

1
hosts
View File

@ -1598,7 +1598,6 @@ _DEFINED_SUBCOMMANDS=()
#
# Loads all of the commands sourced in the environment.
_load_subcommands() {
_debug printf "_load_subcommands(): entering...\\n"
_debug printf "_load_subcommands() declare -F:\\n%s\\n" "$(declare -F)"