From cbe11d960557a716f248dd64d20f6ddea6cb36ab Mon Sep 17 00:00:00 2001 From: Jacob Shufro Date: Wed, 17 Apr 2024 11:52:37 -0400 Subject: [PATCH] goimports format shared/types/rewards.go --- shared/types/rewards.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/types/rewards.go b/shared/types/rewards.go index 218ecdaf9..88ba0b1b6 100644 --- a/shared/types/rewards.go +++ b/shared/types/rewards.go @@ -149,7 +149,7 @@ type IntervalInfo struct { SmoothingPoolEthAmount *QuotedBigInt `json:"smoothingPoolEthAmount"` MerkleProof []common.Hash `json:"merkleProof"` - TotalNodeWeight *QuotedBigInt `json:"-"` + TotalNodeWeight *QuotedBigInt `json:"-"` } type QuotedBigInt struct {