From d48834b68e596d493ffc09686c58c524f82dbdd4 Mon Sep 17 00:00:00 2001 From: valdok Date: Mon, 17 Jun 2024 09:40:42 +0000 Subject: [PATCH] gofumpt changes --- x/registration/internal/types/types.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/x/registration/internal/types/types.go b/x/registration/internal/types/types.go index d601be3cf..3b1ff1a78 100644 --- a/x/registration/internal/types/types.go +++ b/x/registration/internal/types/types.go @@ -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