Skip to content

Commit

Permalink
gofumpt changes
Browse files Browse the repository at this point in the history
  • Loading branch information
valdok committed Jun 17, 2024
1 parent 48920b1 commit d48834b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions x/registration/internal/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ const (
SeedConfigVersion = 2
)

const AttestationCertPath = "attestation_cert.der"
const AttestationCombinedPath = "attestation_combined.bin"
const (
AttestationCertPath = "attestation_cert.der"
AttestationCombinedPath = "attestation_combined.bin"
)

type NodeID []byte

Expand Down

0 comments on commit d48834b

Please sign in to comment.