Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
lbargaoanu committed Sep 29, 2022
1 parent 21d90c8 commit 765b8cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/UiPath.CoreIpc/Server/ServiceHost.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
namespace UiPath.CoreIpc;

public class ServiceHost : IDisposable
public sealed class ServiceHost : IDisposable
{
private readonly CancellationTokenSource _cancellationTokenSource = new();
private readonly IDictionary<string, EndpointSettings> _endpoints;
Expand Down

0 comments on commit 765b8cb

Please sign in to comment.