Skip to content

Commit

Permalink
chore(fmt): format code
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
nowinkeyy authored and github-actions[bot] committed Nov 23, 2023
1 parent 99f4d5f commit df4eb9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Expand Up @@ -24,9 +24,10 @@ import (
"time"

"github.com/go-logr/logr"
"github.com/labring/sealos/controllers/pkg/utils/env"
"github.com/minio/minio-go/v7"

"github.com/labring/sealos/controllers/pkg/utils/env"

objectstoragev1 "github/labring/sealos/controllers/objectstorage/api/v1"

corev1 "k8s.io/api/core/v1"
Expand Down
Expand Up @@ -23,11 +23,12 @@ import (
"time"

"github.com/go-logr/logr"
myObjectStorage "github.com/labring/sealos/controllers/pkg/objectstorage"
"github.com/labring/sealos/controllers/pkg/utils/env"
"github.com/minio/madmin-go/v3"
"github.com/minio/minio-go/v7"

myObjectStorage "github.com/labring/sealos/controllers/pkg/objectstorage"
"github.com/labring/sealos/controllers/pkg/utils/env"

objectstoragev1 "github/labring/sealos/controllers/objectstorage/api/v1"

corev1 "k8s.io/api/core/v1"
Expand Down

0 comments on commit df4eb9a

Please sign in to comment.