mirror of
https://github.com/containers/podman.git
synced 2025-10-18 11:42:55 +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
|
||||
|
||||
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 (
|
||||
|
Reference in New Issue
Block a user