diff options
author | Nick Schonning <nschonni@gmail.com> | 2023-02-18 09:33:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-18 23:33:41 +0900 |
commit | 5069769cbe7295268e8b87ce34fa0a753bfbb233 (patch) | |
tree | b86dfe35a6dffedb5190840854a74778f259dd0e /spec/controllers/api/v1/accounts | |
parent | de4b8224c09a5d868c02a550022485e14245cb0a (diff) |
Autofix Rubocop Style/TrailingCommaInHashLiteral (#23693)
Diffstat (limited to 'spec/controllers/api/v1/accounts')
-rw-r--r-- | spec/controllers/api/v1/accounts/credentials_controller_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/api/v1/accounts/credentials_controller_spec.rb b/spec/controllers/api/v1/accounts/credentials_controller_spec.rb index 89cc8acad..d8aa00a07 100644 --- a/spec/controllers/api/v1/accounts/credentials_controller_spec.rb +++ b/spec/controllers/api/v1/accounts/credentials_controller_spec.rb @@ -35,7 +35,7 @@ describe Api::V1::Accounts::CredentialsController do source: { privacy: 'unlisted', sensitive: true, - } + }, } end |