Skip to content

Commit

Permalink
fix rubocop warning
Browse files Browse the repository at this point in the history
  • Loading branch information
formigarafa committed Oct 29, 2024
1 parent 7496653 commit 6a5159c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/zxcvbn.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Error < StandardError; end
:crack_times_display,
:score,
:feedback,
keyword_init: true,
keyword_init: true
)

def self.zxcvbn(password, user_inputs = [])
Expand Down

0 comments on commit 6a5159c

Please sign in to comment.