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/find.go b/core/internal/storage/find.go
index 0ba1ca0..1abf6c0 100644
--- a/core/internal/storage/find.go
+++ b/core/internal/storage/find.go
@@ -18,12 +18,13 @@
import (
"fmt"
- "git.monogon.dev/source/nexantic.git/core/pkg/sysfs"
"io/ioutil"
"os"
"path/filepath"
"strconv"
+ "git.monogon.dev/source/nexantic.git/core/pkg/sysfs"
+
"github.com/rekby/gpt"
"golang.org/x/sys/unix"
)