Selaa lähdekoodia

Merge pull request #217 from nickbabcock/namespace

Fix accidental test namespace in project
Nick Babcock 4 vuotta sitten
vanhempi
commit
f6f9b0eef6
2 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  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;