From 4638d434bc02a9ced63f844885ddc4b0b3fc515f Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Sat, 29 Mar 2025 19:56:44 -0700 Subject: [PATCH] pkg/machine/wsl/wutil: fix imports formatting Otherwise goimports linter complains. Signed-off-by: Kir Kolyshkin --- pkg/machine/wsl/wutil/wutil_test.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg/machine/wsl/wutil/wutil_test.go b/pkg/machine/wsl/wutil/wutil_test.go index 4b7bd6af47..be27edc1ee 100644 --- a/pkg/machine/wsl/wutil/wutil_test.go +++ b/pkg/machine/wsl/wutil/wutil_test.go @@ -3,11 +3,12 @@ package wutil import ( - "github.com/stretchr/testify/assert" - "golang.org/x/text/encoding/unicode" "io" "strings" "testing" + + "github.com/stretchr/testify/assert" + "golang.org/x/text/encoding/unicode" ) const (