From 36a700596b89e7969539e4bf4bf9853e37d25eff Mon Sep 17 00:00:00 2001 From: Matthias <5011972+fasmat@users.noreply.github.com> Date: Tue, 13 Aug 2024 15:59:46 +0000 Subject: [PATCH] Fix linter issues --- bootstrap/types.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap/types.go b/bootstrap/types.go index b785274644..b0dbbc6319 100644 --- a/bootstrap/types.go +++ b/bootstrap/types.go @@ -1,8 +1,9 @@ package bootstrap import ( - "github.com/spacemeshos/go-spacemesh/common/types" "go.uber.org/zap/zapcore" + + "github.com/spacemeshos/go-spacemesh/common/types" ) type Update struct {