Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 35d147f

Browse files
committed
Fix incorrect namespace name.
1 parent 51b33ed commit 35d147f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.App/Infrastructure/ExportWrappers.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using System;
44
using System.Net.Http;
55

6-
namespace GitHub.Logging
6+
namespace GitHub.Infrastructure
77
{
88
/// <summary>
99
/// Since VS doesn't support dynamic component registration, we have to implement wrappers

0 commit comments

Comments
 (0)