Skip to content

Commit ceb360b

Browse files
authored
chore(style): run goimports (#715)
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
1 parent edf52df commit ceb360b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pkg/output/output_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ package output
22

33
import (
44
"encoding/json"
5-
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
65
"regexp"
76
"testing"
7+
8+
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
89
)
910

1011
func TestPlainTextUnstructuredList(t *testing.T) {

0 commit comments

Comments
 (0)