Skip to content

Commit 669edbd

Browse files
committed
Update field.go
1 parent 1b9720d commit 669edbd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/model/field.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ func (f *Field) GetDocumentation() string {
111111
}
112112
out.WriteString("// ")
113113
out.WriteString(fmt.Sprintf("Regex Pattern: `%s`", f.ShapeRef.Shape.Pattern))
114-
115114
}
116115

117116
if cfg == nil {

0 commit comments

Comments
 (0)