(rubocop) Fix Style/TrailingCommaInHashLiteral

This commit is contained in:
Tim Sharpe 2019-02-03 11:27:53 +11:00
parent 1aea79a9a1
commit 58f64b2843
6 changed files with 19 additions and 17 deletions

View file

@ -155,7 +155,7 @@ class Vmfloaty
:lifetime => options.lifetime,
:disk => options.disk,
:tags => tags,
:reason => options.reason
:reason => options.reason,
}
modify_hash.delete_if { |_, value| value.nil? }