From 3c88e14ca5828237e5b6119d5bcfda42fc4823f0 Mon Sep 17 00:00:00 2001 From: JoannaaKL Date: Tue, 13 Sep 2022 12:48:31 +0000 Subject: [PATCH] Add newline to TestHostContext --- src/Test/L0/TestHostContext.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Test/L0/TestHostContext.cs b/src/Test/L0/TestHostContext.cs index 2ff297c99..ce1ec01bc 100644 --- a/src/Test/L0/TestHostContext.cs +++ b/src/Test/L0/TestHostContext.cs @@ -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