Skip to content

Commit

Permalink
fixup! Add goimports lint github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jshufro committed Apr 17, 2024
1 parent 7c9e097 commit 1e8eb9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocketpool-daemon/watchtower/submit-rpl-price.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func (t *SubmitRplPrice) Run(state *state.NetworkState) error {
err := t.updateL2Prices(state)
if err != nil {
// Error is not fatal for this task so print and continue
t.logger.Error("Error updating L2 prices", "error", log.Err(err))
t.logger.Error("Error updating L2 prices", log.Err(err))
}

// Make a new RP binding just for this portion
Expand Down

0 comments on commit 1e8eb9c

Please sign in to comment.