Skip to content

Commit 3738ba9

Browse files
committed
fix space
1 parent 684188c commit 3738ba9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/validators/registry.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ package validators
1616

1717
// Registry maps validation type strings to their corresponding validator implementation.
1818
var Registry = map[string]RuleValidator{
19-
"regex": &RegexValidator{},
19+
"regex": &RegexValidator{},
2020
"allowed_enum": &AllowedEnumValidator{},
21-
"range": &RangeValidator{},
21+
"range": &RangeValidator{},
2222
}

0 commit comments

Comments
 (0)