fix linter

This commit is contained in:
Guillaume Ballet 2025-08-27 14:50:47 +02:00
parent f93d68e778
commit 931b8fb13e
2 changed files with 2 additions and 2 deletions

View file

@ -17,10 +17,10 @@
package bintrie
import (
"crypto/sha256"
"errors"
"fmt"
"crypto/sha256"
"github.com/ethereum/go-ethereum/common"
)

View file

@ -18,12 +18,12 @@ package bintrie
import (
"bytes"
"crypto/sha256"
"errors"
"fmt"
"slices"
"github.com/ethereum/go-ethereum/common"
"crypto/sha256"
)
// StemNode represents a group of `NodeWith` values sharing the same stem.