(rubocop) Fix Style/RedundantFreeze

This commit is contained in:
Tim Sharpe 2019-02-03 11:20:02 +11:00
parent d25732b950
commit 397bbd4dce

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true # frozen_string_literal: true
class Vmfloaty class Vmfloaty
VERSION = '0.8.2'.freeze VERSION = '0.8.2'
end end