Skip to content

Commit

Permalink
chore: make gofump happy
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeneux committed Jun 25, 2024
1 parent 0c52f5a commit 58155c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions pkg/codegen/codegentests/cwics721_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,10 @@ type QueryMsg_OutgoingChannels struct {
}
type ExecuteMsg_ReceiveNft Cw721ReceiveMsg

type ExecuteMsg_Pause struct{}
type ExecuteMsg_Callback CallbackMsg
type (
ExecuteMsg_Pause struct{}
ExecuteMsg_Callback CallbackMsg
)

type ExecuteMsg_AdminCleanAndBurnNft struct {
ClassId string `json:"class_id"`
Expand Down
1 change: 0 additions & 1 deletion pkg/schemas/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,4 @@ func (t *JSONSchemaOrBool) UnmarshalJSON(b []byte) error {
}
t.Bool = nil
return json.Unmarshal(b, &t.JSONSchema)

}

0 comments on commit 58155c4

Please sign in to comment.