From 1d4831d61953aa6bef4b0264109f32dfd0ecbe57 Mon Sep 17 00:00:00 2001 From: Sahil-4555 Date: Sat, 14 Mar 2026 10:21:39 +0530 Subject: [PATCH] fix lint --- crypto/keccak/keccak_default.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/keccak/keccak_default.go b/crypto/keccak/keccak_default.go index 387fc4298a..2e8eee382b 100644 --- a/crypto/keccak/keccak_default.go +++ b/crypto/keccak/keccak_default.go @@ -68,4 +68,4 @@ func (h *Hasher) BlockSize() int { return rate } func (h *Hasher) Read(out []byte) (int, error) { h.init() return h.h.Read(out) -} \ No newline at end of file +}