Skip to content

Commit

Permalink
formating changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nb-goog committed Oct 14, 2024
1 parent 8e153a5 commit e58e706
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/controller/direct/maputils.go
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ func SecondsString_ToProto(mapCtx *MapContext, in *string, fieldName string) *du
out := &durationpb.Duration{Seconds: seconds}
return out
}
func Int64Value_FromProto(mapCtx *MapContext, ts *wrapperspb.Int64Value) int64 {
func Int64Value_FromProto(mapCtx *MapContext, ts *wrapperspb.Int64Value) int64 {
if ts == nil {
return 0
}
Expand Down
3 changes: 1 addition & 2 deletions pkg/controller/direct/register/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import (
_ "github.com/GoogleCloudPlatform/k8s-config-connector/pkg/controller/direct/dataform"
_ "github.com/GoogleCloudPlatform/k8s-config-connector/pkg/controller/direct/firestore"
_ "github.com/GoogleCloudPlatform/k8s-config-connector/pkg/controller/direct/gkehub"
_ "github.com/GoogleCloudPlatform/k8s-config-connector/pkg/controller/direct/kms"
_ "github.com/GoogleCloudPlatform/k8s-config-connector/pkg/controller/direct/logging"
_ "github.com/GoogleCloudPlatform/k8s-config-connector/pkg/controller/direct/monitoring"
_ "github.com/GoogleCloudPlatform/k8s-config-connector/pkg/controller/direct/networkconnectivity"
Expand All @@ -38,6 +39,4 @@ import (
_ "github.com/GoogleCloudPlatform/k8s-config-connector/pkg/controller/direct/secretmanager"
_ "github.com/GoogleCloudPlatform/k8s-config-connector/pkg/controller/direct/sql"
_ "github.com/GoogleCloudPlatform/k8s-config-connector/pkg/controller/direct/workstations"
_ "github.com/GoogleCloudPlatform/k8s-config-connector/pkg/controller/direct/kms"

)

0 comments on commit e58e706

Please sign in to comment.