applying go fmt

This commit is contained in:
Roland Osborne 2022-07-26 22:45:38 -07:00
parent 97f7239be1
commit ffb0d1b8a5
4 changed files with 12 additions and 14 deletions

View File

@ -64,4 +64,3 @@ func ParseRequest(r *http.Request, w http.ResponseWriter, obj interface{}) error
dec.DisallowUnknownFields() dec.DisallowUnknownFields()
return dec.Decode(&obj) return dec.Decode(&obj)
} }

View File

@ -445,4 +445,3 @@ type TopicDetail struct {
Transform string `json:"transform,omitempty"` Transform string `json:"transform,omitempty"`
} }