keg: remove trailing whitespace.
This commit is contained in:
parent
e01fa7d2ae
commit
66f0a35587
@ -647,7 +647,7 @@ class Keg
|
|||||||
dst.delete if options[:overwrite] && (dst.exist? || dst.symlink?)
|
dst.delete if options[:overwrite] && (dst.exist? || dst.symlink?)
|
||||||
dst.make_relative_symlink(src)
|
dst.make_relative_symlink(src)
|
||||||
rescue Errno::EEXIST => e
|
rescue Errno::EEXIST => e
|
||||||
# Retry if we're linking a different version of the same
|
# Retry if we're linking a different version of the same
|
||||||
# formula. The `AlreadyLinkedError` above won't catch
|
# formula. The `AlreadyLinkedError` above won't catch
|
||||||
# this if a formula is missing an optlink. In that case,
|
# this if a formula is missing an optlink. In that case,
|
||||||
# delete the symlink and retry.
|
# delete the symlink and retry.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user