Skip to content

Commit d48834b

Browse files
author
valdok
committed
gofumpt changes
1 parent 48920b1 commit d48834b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

x/registration/internal/types/types.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ const (
2525
SeedConfigVersion = 2
2626
)
2727

28-
const AttestationCertPath = "attestation_cert.der"
29-
const AttestationCombinedPath = "attestation_combined.bin"
28+
const (
29+
AttestationCertPath = "attestation_cert.der"
30+
AttestationCombinedPath = "attestation_combined.bin"
31+
)
3032

3133
type NodeID []byte
3234

0 commit comments

Comments
 (0)