Browse Source

code review

HaoShuang 5 years ago
parent
commit
463c06190f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      SmartSEMControl/HardwareInterface.cs

+ 2 - 1
SmartSEMControl/HardwareInterface.cs

@@ -20,7 +20,8 @@ namespace SmartSEMControl
         //在整个应用程序域中只会被执行一次。
         static FactoryHardware()
         {
-        }        private FactoryHardware()
+        }
+        private FactoryHardware()
         {
         }