Skip to content

Commit 377a57b

Browse files
Remove blank line
Co-authored-by: Matt Boris <[email protected]>
1 parent 2d2ec7c commit 377a57b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/jsonschema2go/jsonschema.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,6 @@ func (s *Properties) AsStruct(disableNested bool, extraPackages StringSet, rawMe
10861086
// when more types are needed
10871087
case string, bool:
10881088
defaultStructTag = fmt.Sprintf(` default:"%v"`, *def)
1089-
10901089
}
10911090
}
10921091
// struct member name and type, as part of struct definition

0 commit comments

Comments
 (0)