Skip to content

Commit

Permalink
Align text
Browse files Browse the repository at this point in the history
  • Loading branch information
jmortlock committed Dec 19, 2016
1 parent 5270373 commit af7d2ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/sensitive_data_filter/types/credit_card.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module CreditCard
SEPRS = SEPARATORS.source + '+'
CARD = /
#{CARD_16_DIGITS.source}
#{CARD_16_DIGITS.source}
| #{CARD_13_DIGITS.source}
| #{CARD_14_DIGITS.source}
| #{CARD_15_DIGITS.source}
Expand Down

0 comments on commit af7d2ea

Please sign in to comment.