Skip to content

Commit

Permalink
hook
Browse files Browse the repository at this point in the history
  • Loading branch information
fishonamos committed Jul 26, 2024
1 parent 29e2e0d commit 82944b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/casm-inspect/disasm.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import (
"github.com/urfave/cli/v2"
)

tye disasmProgram struct {
// disasmProgram implements a "disasm" subcommand.
type disasmProgram struct {
pathToFile string
bytecodeKey string

Expand Down

0 comments on commit 82944b2

Please sign in to comment.