Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
srene committed Nov 19, 2024
1 parent fac407c commit 3f87777
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion block/submit.go
Original file line number Diff line number Diff line change
Expand Up @@ -313,5 +313,4 @@ func UpdateBatchSubmissionGauges(skewBytes uint64, skewBlocks uint64, skewTime t
types.RollappPendingSubmissionsSkewBytes.Set(float64(skewBytes))
types.RollappPendingSubmissionsSkewBlocks.Set(float64(skewBlocks))
types.RollappPendingSubmissionsSkewTimeMinutes.Set(float64(skewTime.Minutes()))

}

0 comments on commit 3f87777

Please sign in to comment.