1
0
Эх сурвалжийг харах

Fix accidental test namespace in project

Nick Babcock 4 жил өмнө
parent
commit
c5c6702293

+ 1 - 1
OhmGraphite/CustomConfig.cs

@@ -1,6 +1,6 @@
 using System.Configuration;
 
-namespace OhmGraphite.Test
+namespace OhmGraphite
 {
     class CustomConfig : IAppConfig
     {

+ 0 - 1
OhmGraphite/Program.cs

@@ -4,7 +4,6 @@ using System.Diagnostics;
 using System.IO;
 using NLog;
 using LibreHardwareMonitor.Hardware;
-using OhmGraphite.Test;
 using Prometheus;
 using Topshelf;