Remove non-breaking space

This commit is contained in:
Jack Nagel 2014-06-04 16:04:16 -05:00
parent 7242365ff3
commit 212181bbc6

View File

@ -124,7 +124,7 @@ case "$words[1]" in
fi ;; fi ;;
untap) untap)
_brew_installed_taps _brew_installed_taps
_wanted installed_taps expl 'installed taps' compadd -a installed_taps ;; _wanted installed_taps expl 'installed taps' compadd -a installed_taps ;;
upgrade) upgrade)
_brew_outdated_formulae _brew_outdated_formulae
_wanted outdated_formulae expl 'outdated formulae' compadd -a outdated_formulae ;; _wanted outdated_formulae expl 'outdated formulae' compadd -a outdated_formulae ;;