Skip to content

Commit 23cf3f5

Browse files
committed
revert to previous formatting
1 parent 758af73 commit 23cf3f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkg/runtime/service_controller.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ func (c *serviceController) BindControllerManager(mgr ctrlrt.Manager, cfg ackcfg
260260

261261
exporterInstalled := false
262262
exporterLogger := c.log.WithName("exporter")
263-
263+
264264
if cfg.EnableFieldExportReconciler {
265265
exporterInstalled, err := c.GetFieldExportInstalled(mgr)
266266
if err != nil {
@@ -335,9 +335,9 @@ func NewServiceController(
335335
) acktypes.ServiceController {
336336
return &serviceController{
337337
ServiceControllerMetadata: acktypes.ServiceControllerMetadata{
338-
VersionInfo: versionInfo,
339-
ServiceAlias: svcAlias,
340-
ServiceAPIGroup: svcAPIGroup,
338+
VersionInfo: versionInfo,
339+
ServiceAlias: svcAlias,
340+
ServiceAPIGroup: svcAPIGroup,
341341
},
342342
metrics: ackmetrics.NewMetrics(svcAlias),
343343
}

0 commit comments

Comments
 (0)