Skip to content

Commit

Permalink
Map "regex" formatter to the correct Checker.
Browse files Browse the repository at this point in the history
  • Loading branch information
williambailey authored Dec 12, 2016
1 parent e18f006 commit a85d60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion format_checkers.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ var (
"ipv6": IPV6FormatChecker{},
"uri": URIFormatChecker{},
"uuid": UUIDFormatChecker{},
"regex": UUIDFormatChecker{},
"regex": RegexFormatChecker{},
},
}

Expand Down

0 comments on commit a85d60c

Please sign in to comment.