Skip to content

Commit 44aae21

Browse files
sagikazarmarkbaluchicken
authored andcommitted
style: sort go imports in patch.go
Signed-off-by: Mark Sagi-Kazar <[email protected]>
1 parent a29a5b7 commit 44aae21

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

patch/patch.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ package patch
1717
import (
1818
"fmt"
1919

20-
json "github.com/json-iterator/go"
21-
2220
"emperror.dev/errors"
21+
json "github.com/json-iterator/go"
2322
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
2423
"k8s.io/apimachinery/pkg/runtime"
2524
"k8s.io/apimachinery/pkg/util/jsonmergepatch"

0 commit comments

Comments
 (0)