Skip to content

Commit aeaeca2

Browse files
author
Benjamin Perez
committed
Fixed gofmt issues
1 parent f27aa19 commit aeaeca2

File tree

3 files changed

+45
-43
lines changed

3 files changed

+45
-43
lines changed

pkg/acl/config.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
package acl
1818

1919
import (
20-
"github.com/minio/minio/pkg/env"
2120
"strings"
21+
22+
"github.com/minio/minio/pkg/env"
2223
)
2324

2425
// GetOperatorOnly gets mcs operator mode status set on env variable

portal-ui/bindata_assetfs.go

Lines changed: 41 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

restapi/config.go

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

1919
import (
2020
"fmt"
21-
"github.com/minio/minio/pkg/env"
2221
"strconv"
2322
"strings"
23+
24+
"github.com/minio/minio/pkg/env"
2425
)
2526

2627
// Port mcs default port

0 commit comments

Comments
 (0)