Skip to content

Commit

Permalink
chore: fix rubocop offense
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagorodriguez96 committed Feb 3, 2023
1 parent 70282e3 commit b8d6a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/webauthn/fake_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def create(
user_present: user_present,
user_verified: user_verified,
backup_eligibility: backup_eligibility,
backup_state:backup_state,
backup_state: backup_state,
attested_credential_data: attested_credential_data,
extensions: extensions
)
Expand Down

0 comments on commit b8d6a77

Please sign in to comment.