Skip to content

Commit ce115a1

Browse files
committed
Fix formatting issue
1 parent 6088079 commit ce115a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkg/cmd/clientConfig.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ kubectl plugin mobile get clientconfig`,
7474
}
7575

7676
outputJSON := ServiceConfigs{
77-
Services: ret,
78-
Namespace: namespace,
77+
Services: ret,
78+
Namespace: namespace,
7979
}
8080

8181
encoder := json.NewEncoder(os.Stdout)

pkg/cmd/types.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ type SecretConvertor interface {
6262
}
6363

6464
type ServiceConfigs struct {
65-
Services []*ServiceConfig `json:"services"`
66-
Namespace string `json:"namespace"`
65+
Services []*ServiceConfig `json:"services"`
66+
Namespace string `json:"namespace"`
6767
}
6868

6969
type ServiceConfig struct {

0 commit comments

Comments
 (0)