Skip to content

Commit 8d79237

Browse files
author
Christoph Bühler
committed
style: better readable file
1 parent b63af1f commit 8d79237

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/KubeOps/Operator/KubernetesOperator.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,15 @@ public KubernetesOperator(OperatorSettings settings)
4646
public Task<int> Run(string[] args)
4747
{
4848
ConfigureRequiredServices();
49+
4950
var app = new CommandLineApplication<RunOperator>();
5051
var host = _builder.Build();
52+
5153
app
5254
.Conventions
5355
.UseDefaultConventions()
5456
.UseConstructorInjection(host.Services);
57+
5558
DependencyInjector.Services = host.Services;
5659
JsonConvert.DefaultSettings = () => host.Services.GetRequiredService<JsonSerializerSettings>();
5760

0 commit comments

Comments
 (0)