Skip to content

Commit

Permalink
add comment with purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Jul 24, 2024
1 parent cc756e0 commit aef8f3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/empty.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ import (
"github.com/onflow/cadence/runtime/interpreter"
)

// EmptyRuntimeInterface is an empty implementation of runtime.Interface.
// It can be embedded in other types implementing runtime.Interface to avoid having to implement all methods.
type EmptyRuntimeInterface struct{}

var _ Interface = EmptyRuntimeInterface{}
Expand Down

0 comments on commit aef8f3d

Please sign in to comment.