tidy
This commit is contained in:
@@ -15,7 +15,6 @@ public class ComponentHost(IServiceProvider services,
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public async Task StartAsync(CancellationToken cancellationToken = default)
|
||||
@@ -38,4 +37,4 @@ public class ComponentHost(IServiceProvider services,
|
||||
await service.StopAsync(cancellationToken);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user