Remove trailing whitespace from bash script
This commit is contained in:
parent
42bb793155
commit
f25b9e109f
|
@ -1,5 +1,5 @@
|
|||
# bash completion for spring
|
||||
# Installation: source this file locally in a terminal or from
|
||||
# Installation: source this file locally in a terminal or from
|
||||
# ~/.bashrc or put it in /etc/bash_completions.d (debian)
|
||||
|
||||
_spring()
|
||||
|
@ -28,7 +28,7 @@ _spring()
|
|||
done
|
||||
return 0
|
||||
fi
|
||||
done
|
||||
done
|
||||
fi
|
||||
|
||||
_filedir
|
||||
|
|
Loading…
Reference in New Issue