1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

stupid whitespace

This commit is contained in:
Jeff Levin 2020-03-09 00:48:10 -08:00
parent 5a95daeb1c
commit ebc1422cb9

View file

@ -14,6 +14,6 @@ module Puma
end
def self.mri?
RUBY_ENGINE == 'ruby' || RUBY_ENGINE.nil?
RUBY_ENGINE == 'ruby' || RUBY_ENGINE.nil?
end
end