dev-cmd/create: fix Rubocop warnings.
This commit is contained in:
parent
bba6a59c0c
commit
d01993da82
@ -91,7 +91,7 @@ module Homebrew
|
|||||||
|
|
||||||
def __gets
|
def __gets
|
||||||
gots = $stdin.gets.chomp
|
gots = $stdin.gets.chomp
|
||||||
if gots.empty? then nil else gots end
|
gots.empty? ? nil : gots
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user