mirror of
https://github.com/containers/podman.git
synced 2025-10-20 20:54:45 +08:00
pkg/machine/wsl/wutil: fix imports formatting
Otherwise goimports linter complains. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
@ -3,11 +3,12 @@
|
|||||||
package wutil
|
package wutil
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/stretchr/testify/assert"
|
|
||||||
"golang.org/x/text/encoding/unicode"
|
|
||||||
"io"
|
"io"
|
||||||
"strings"
|
"strings"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
|
"github.com/stretchr/testify/assert"
|
||||||
|
"golang.org/x/text/encoding/unicode"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
Reference in New Issue
Block a user