ide: use goimports instead of gofmt

Test Plan: changed import sorting and saved file. Imports were resorted.

X-Origin-Diff: phab/D413
GitOrigin-RevId: 72ce771a9724f62f839e44211ee5cd64c89c56d7
diff --git a/core/internal/storage/data.go b/core/internal/storage/data.go
index 2b2251a..99a49eb 100644
--- a/core/internal/storage/data.go
+++ b/core/internal/storage/data.go
@@ -24,9 +24,10 @@
 	"path/filepath"
 	"sync"
 
-	"git.monogon.dev/source/nexantic.git/core/pkg/tpm"
 	"go.uber.org/zap"
 	"golang.org/x/sys/unix"
+
+	"git.monogon.dev/source/nexantic.git/core/pkg/tpm"
 )
 
 const (