From 759b19b54dfa48c8618f044b7fad375366902d16 Mon Sep 17 00:00:00 2001 From: Lukas Date: Wed, 8 Apr 2015 22:48:42 +0200 Subject: [PATCH] Replace non-breaking space with space --- src/_brew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_brew b/src/_brew index 13304dd..e7612fd 100644 --- a/src/_brew +++ b/src/_brew @@ -161,7 +161,7 @@ case "$words[1]" in _wanted outdated_formulae expl 'outdated formulae' compadd -a outdated_formulae ;; untap) _brew_installed_taps - _wanted installed_taps expl 'installed taps' compadd -a installed_tapsĀ ;; + _wanted installed_taps expl 'installed taps' compadd -a installed_taps ;; esac # Local Variables: