Skip to content

Commit 7b67f5e

Browse files
committed
fix lint
Signed-off-by: Mózes László Máté <laszlo.mozes@nokia.com>
1 parent dc1de43 commit 7b67f5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/apiserver/porchserver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ var _ manager.Runnable = &PorchServer{}
3636
var _ manager.LeaderElectionRunnable = &PorchServer{}
3737

3838
func (s *PorchServer) Start(ctx context.Context) error {
39-
39+
4040
return s.GenericAPIServer.PrepareRun().RunWithContext(ctx)
4141
}
4242

0 commit comments

Comments
 (0)