tRemove trailing spaces - fffs - fast and simple shell plugin manager
 (HTM) git clone git://src.adamsgaard.dk/fffs
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 1cc15fdf6eea95e34347c0845230e80ba5d4ab8b
 (DIR) parent a72e860aeac6ef478cc19df5b4553f618fde7e72
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Thu, 14 Mar 2019 22:47:25 +0100
       
       Remove trailing spaces
       
       Diffstat:
         M run_tests.sh                        |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/run_tests.sh b/run_tests.sh
       t@@ -15,9 +15,9 @@ pluginfile="$confdir/plugins-zsh"
        [[ -d "$confdir/lib" ]] && exit 1
        
        mkdir -p "$confdir"
       -echo -e "https://github.com/zsh-users/zsh-autosuggestions\n" \
       -    "https://github.com/zsh-users/zsh-completions\n" \
       -    "https://github.com/zsh-users/zsh-syntax-highlighting\n" \
       +echo -e "https://github.com/zsh-users/zsh-autosuggestions\n"\
       +    "https://github.com/zsh-users/zsh-completions\n"\
       +    "https://github.com/zsh-users/zsh-syntax-highlighting\n"\
            "https://github.com/zsh-users/zsh-history-substring-search" > $pluginfile
        
        ./fffs zsh init