From bddacefae54d4f9e256ceed90ffe2dea2c696798 Mon Sep 17 00:00:00 2001 From: Rez Date: Thu, 20 Mar 2025 08:07:51 +1100 Subject: [PATCH] minor lint --- internal/ethapi/simulate.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/ethapi/simulate.go b/internal/ethapi/simulate.go index ee9f47e144..e3db29c2fa 100644 --- a/internal/ethapi/simulate.go +++ b/internal/ethapi/simulate.go @@ -411,7 +411,8 @@ func (sim *simulator) sanitizeChain(blocks []simBlock) ([]simBlock, error) { Number: (*hexutil.Big)(n), Time: (*hexutil.Uint64)(&t), Withdrawals: &types.Withdrawals{}, - }} + }, + } prevTimestamp = t res = append(res, b) }