Skip to content

Commit

Permalink
nolint:dupl added
Browse files Browse the repository at this point in the history
  • Loading branch information
Chirag018 committed Nov 29, 2023
1 parent 50a463d commit ad48e14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nodebuilder/state/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ type Module interface {

// API is a wrapper around Module for the RPC.
// TODO(@distractedm1nd): These structs need to be autogenerated.
//
//nolint:dupl
type API struct {
Internal struct {
AccountAddress func(ctx context.Context) (state.Address, error) `perm:"read"`
Expand Down

0 comments on commit ad48e14

Please sign in to comment.