Skip to content

Commit dc968d6

Browse files
committed
fix fmt errors
1 parent 2d156fb commit dc968d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: pkg/deployment/reconcile/plan_builder_task.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ package reconcile
2222

2323
import (
2424
"context"
25-
"github.com/arangodb/kube-arangodb/pkg/deployment/actions"
2625

2726
api "github.com/arangodb/kube-arangodb/pkg/apis/deployment/v1"
27+
"github.com/arangodb/kube-arangodb/pkg/deployment/actions"
2828
"github.com/arangodb/kube-arangodb/pkg/util/k8sutil"
2929
)
3030

Diff for: pkg/deployment/reconcile/plan_builder_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ package reconcile
2323
import (
2424
"context"
2525
"fmt"
26-
"github.com/arangodb/kube-arangodb/pkg/deployment/resources"
2726
"io/ioutil"
2827
"testing"
2928
"time"
@@ -37,9 +36,9 @@ import (
3736
"k8s.io/client-go/kubernetes"
3837

3938
"github.com/arangodb/arangosync-client/client"
39+
"github.com/arangodb/go-driver"
4040
"github.com/arangodb/go-driver/agency"
4141

42-
"github.com/arangodb/go-driver"
4342
backupApi "github.com/arangodb/kube-arangodb/pkg/apis/backup/v1"
4443
api "github.com/arangodb/kube-arangodb/pkg/apis/deployment/v1"
4544
"github.com/arangodb/kube-arangodb/pkg/deployment/acs"
@@ -50,6 +49,7 @@ import (
5049
"github.com/arangodb/kube-arangodb/pkg/deployment/patch"
5150
pod2 "github.com/arangodb/kube-arangodb/pkg/deployment/pod"
5251
"github.com/arangodb/kube-arangodb/pkg/deployment/reconciler"
52+
"github.com/arangodb/kube-arangodb/pkg/deployment/resources"
5353
"github.com/arangodb/kube-arangodb/pkg/generated/clientset/versioned"
5454
"github.com/arangodb/kube-arangodb/pkg/logging"
5555
"github.com/arangodb/kube-arangodb/pkg/util"

0 commit comments

Comments
 (0)