Fix Style/TrailingCommaInHashLiteral
cop (#30004)
This commit is contained in:
parent
c7384adc00
commit
369b2ef0ed
3 changed files with 3 additions and 11 deletions
|
@ -88,7 +88,7 @@ if ENV['PAM_ENABLED'] == 'true'
|
|||
usernames: Set['pam_user1', 'pam_user2'],
|
||||
servicenames: Set['pam_test', 'pam_test_controlled'],
|
||||
password: '123456',
|
||||
env: { email: 'pam@example.com' }
|
||||
env: { email: 'pam@example.com' },
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue