Skip to content

Commit 8df9b66

Browse files
committed
Minor tweak
1 parent 3952cef commit 8df9b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fixedstring.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func (s *FixedStringSchema) GoType() reflect.Type {
2727
}
2828

2929
func (s *FixedStringSchema) Valid() bool {
30-
return (s.Length > 0)
30+
return s.Length > 0
3131
}
3232

3333
func (s *FixedStringSchema) MarshalJSON() ([]byte, error) {

0 commit comments

Comments
 (0)