Apply gofmt
This commit is contained in:
parent
8a655b8566
commit
403d5e2f58
|
@ -17,8 +17,8 @@ import (
|
|||
"net/url"
|
||||
"slices"
|
||||
|
||||
"software.sslmate.com/src/certspotter/merkletree"
|
||||
"software.sslmate.com/src/certspotter/cttypes"
|
||||
"software.sslmate.com/src/certspotter/merkletree"
|
||||
)
|
||||
|
||||
type RFC6962Log struct {
|
||||
|
|
|
@ -22,8 +22,8 @@ import (
|
|||
|
||||
"golang.org/x/crypto/cryptobyte"
|
||||
|
||||
"software.sslmate.com/src/certspotter/merkletree"
|
||||
"software.sslmate.com/src/certspotter/cttypes"
|
||||
"software.sslmate.com/src/certspotter/merkletree"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
|
@ -27,4 +27,3 @@ func (v Version) Marshal(b *cryptobyte.Builder) error {
|
|||
func (v *Version) Unmarshal(s *cryptobyte.String) bool {
|
||||
return s.ReadUint8((*uint8)(v))
|
||||
}
|
||||
|
||||
|
|
|
@ -12,8 +12,8 @@ package sequencer
|
|||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"testing"
|
||||
mathrand "math/rand/v2"
|
||||
"testing"
|
||||
"time"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue