Explorar o código

Merge pull request #217 from nickbabcock/namespace

Fix accidental test namespace in project
Nick Babcock %!s(int64=4) %!d(string=hai) anos
pai
achega
f6f9b0eef6
Modificáronse 2 ficheiros con 1 adicións e 2 borrados
  1. 1 1
      OhmGraphite/CustomConfig.cs
  2. 0 1
      OhmGraphite/Program.cs

+ 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;