瀏覽代碼

Fix accidental test namespace in project

Nick Babcock 4 年之前
父節點
當前提交
c5c6702293
共有 2 個文件被更改,包括 1 次插入2 次删除
  1. 1 1
      OhmGraphite/CustomConfig.cs
  2. 0 1
      OhmGraphite/Program.cs

+ 1 - 1
OhmGraphite/CustomConfig.cs

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

+ 0 - 1
OhmGraphite/Program.cs

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