Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
timwu20 committed Jan 10, 2025
1 parent 981f2a8 commit 317ec8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/client/db/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,8 @@ type Backend[
// Create a new instance of database backend.
//
// dbConfig is of type [DatabaseConfig] and contains both state and block history pruning settings.
// canonicalizationDelay represents the number of blocks it waits to canonicalize the block and initiate pruning based on canonicalization.
// canonicalizationDelay represents the number of blocks it waits to canonicalize the block and initiate
// pruning based on canonicalization.
func NewBackend[
H runtime.Hash,
N runtime.Number,
Expand Down

0 comments on commit 317ec8e

Please sign in to comment.