Skip to content

Commit e807f2d

Browse files
committed
Pacify goimports
Signed-off-by: Randy Fay <[email protected]>
1 parent b80a4d2 commit e807f2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/hostagent/mount.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ package hostagent
33
import (
44
"context"
55
"fmt"
6-
"github.com/hashicorp/go-multierror"
76
"os"
87

8+
"github.com/hashicorp/go-multierror"
9+
910
"github.com/lima-vm/lima/pkg/limayaml"
1011
"github.com/lima-vm/lima/pkg/localpathutil"
1112
"github.com/lima-vm/sshocker/pkg/reversesshfs"

0 commit comments

Comments
 (0)