diff --git a/Common.ruleset b/Common.ruleset index 9267caf5a0..5eeaa2401a 100644 --- a/Common.ruleset +++ b/Common.ruleset @@ -19,9 +19,6 @@ - - - diff --git a/src/BizHawk.Emulation.Common/Base Implementations/CodeDataLog.cs b/src/BizHawk.Emulation.Common/Base Implementations/CodeDataLog.cs index 03fc8ac812..b1c35eaf33 100644 --- a/src/BizHawk.Emulation.Common/Base Implementations/CodeDataLog.cs +++ b/src/BizHawk.Emulation.Common/Base Implementations/CodeDataLog.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.IO; using System.Runtime.InteropServices;