Skip to content

Commit

Permalink
Format two files to make lint action clean
Browse files Browse the repository at this point in the history
  • Loading branch information
jshufro committed Apr 17, 2024
1 parent deec77e commit c03ebee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rocketpool/api/node/set-stake-rpl-for-allowed.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package node

import (
"fmt"

"github.com/ethereum/go-ethereum/common"
"github.com/rocket-pool/rocketpool-go/node"
"github.com/urfave/cli"
Expand Down Expand Up @@ -46,7 +47,6 @@ func canSetStakeRplForAllowed(c *cli.Context, caller common.Address, allowed boo

}


func setStakeRplForAllowed(c *cli.Context, caller common.Address, allowed bool) (*api.SetStakeRplForAllowedResponse, error) {

// Get services
Expand Down
2 changes: 1 addition & 1 deletion shared/services/rewards/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ type IntervalInfo struct {
SmoothingPoolEthAmount *QuotedBigInt `json:"smoothingPoolEthAmount"`
MerkleProof []common.Hash `json:"merkleProof"`

TotalNodeWeight *QuotedBigInt `json:"-"`
TotalNodeWeight *QuotedBigInt `json:"-"`
}

type MinipoolInfo struct {
Expand Down

0 comments on commit c03ebee

Please sign in to comment.