summaryrefslogtreecommitdiff
path: root/plugins/chruby
diff options
context:
space:
mode:
authorvladislav doster <10052309+vladdoster@users.noreply.github.com>2024-03-26 03:55:16 -0500
committerGitHub <noreply@github.com>2024-03-26 09:55:16 +0100
commit1d09c6bb0a950756a65b02457842933e3aa493eb (patch)
treed3da2149911d18975d3ca88158971e4207328950 /plugins/chruby
parenta168efe73e467c7164ef9b49dea61e9aefd27a48 (diff)
downloadzsh-1d09c6bb0a950756a65b02457842933e3aa493eb.tar.gz
zsh-1d09c6bb0a950756a65b02457842933e3aa493eb.tar.bz2
zsh-1d09c6bb0a950756a65b02457842933e3aa493eb.zip
style: remove trailing whitespace (#12303)
Diffstat (limited to 'plugins/chruby')
-rw-r--r--plugins/chruby/chruby.plugin.zsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/chruby/chruby.plugin.zsh b/plugins/chruby/chruby.plugin.zsh
index d7a28d4e2..1210897c4 100644
--- a/plugins/chruby/chruby.plugin.zsh
+++ b/plugins/chruby/chruby.plugin.zsh
@@ -2,7 +2,7 @@
_source-from-omz-settings() {
local _chruby_path _chruby_auto
-
+
zstyle -s :omz:plugins:chruby path _chruby_path || return 1
zstyle -s :omz:plugins:chruby auto _chruby_auto || return 1
@@ -23,7 +23,7 @@ _source-from-homebrew() {
if [[ -h /usr/local/opt/chruby ]];then
_brew_prefix="/usr/local/opt/chruby"
else
- # ok , it is not default prefix
+ # ok , it is not default prefix
# this call to brew is expensive ( about 400 ms ), so at least let's make it only once
_brew_prefix=$(brew --prefix chruby)
fi