From 317ec8e25f14fc31b0a3356c5c05d24ad187a842 Mon Sep 17 00:00:00 2001 From: Timothy Wu Date: Fri, 10 Jan 2025 12:58:54 -0500 Subject: [PATCH] fix lint --- internal/client/db/backend.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/client/db/backend.go b/internal/client/db/backend.go index d310ae147d..a5128b77f2 100644 --- a/internal/client/db/backend.go +++ b/internal/client/db/backend.go @@ -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,