Add newline to TestHostContext

This commit is contained in:
JoannaaKL
2022-09-13 12:48:31 +00:00
parent f5461b78be
commit 3c88e14ca5

View File

@@ -12,6 +12,7 @@ using System.Collections.Generic;
using GitHub.DistributedTask.Logging;
using System.Net.Http.Headers;
using GitHub.Runner.Sdk;
namespace GitHub.Runner.Common.Tests
{
public sealed class TestHostContext : IHostContext, IDisposable