mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
(rubocop) Fix Style/TrailingCommaInHashLiteral
This commit is contained in:
parent
1aea79a9a1
commit
58f64b2843
6 changed files with 19 additions and 17 deletions
|
|
@ -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? }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue