From bca8a80b39a06ed687a5d0c4772b7ae1444c7038 Mon Sep 17 00:00:00 2001 From: Kurt Date: Sat, 3 Oct 2020 17:09:22 -0700 Subject: [PATCH] Minor clean --- PKHeX.Core/Editing/Saves/Slots/BoxEdit.cs | 2 +- PKHeX.Core/Saves/Substructures/Misc/ISecureValueStorage.cs | 2 +- PKHeX.WinForms/PKHeX.WinForms.csproj | 5 ----- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/PKHeX.Core/Editing/Saves/Slots/BoxEdit.cs b/PKHeX.Core/Editing/Saves/Slots/BoxEdit.cs index b8d19971a..ef17300b9 100644 --- a/PKHeX.Core/Editing/Saves/Slots/BoxEdit.cs +++ b/PKHeX.Core/Editing/Saves/Slots/BoxEdit.cs @@ -55,4 +55,4 @@ public int MoveRight(bool max = false) return newBox; } } -} \ No newline at end of file +} diff --git a/PKHeX.Core/Saves/Substructures/Misc/ISecureValueStorage.cs b/PKHeX.Core/Saves/Substructures/Misc/ISecureValueStorage.cs index 13a74c909..811b5b3dc 100644 --- a/PKHeX.Core/Saves/Substructures/Misc/ISecureValueStorage.cs +++ b/PKHeX.Core/Saves/Substructures/Misc/ISecureValueStorage.cs @@ -5,4 +5,4 @@ public interface ISecureValueStorage ulong TimeStampPrevious { get; set; } ulong TimeStampCurrent { get; set; } } -} \ No newline at end of file +} diff --git a/PKHeX.WinForms/PKHeX.WinForms.csproj b/PKHeX.WinForms/PKHeX.WinForms.csproj index fa6429a0b..8709a5b63 100644 --- a/PKHeX.WinForms/PKHeX.WinForms.csproj +++ b/PKHeX.WinForms/PKHeX.WinForms.csproj @@ -54,7 +54,6 @@ - True True @@ -65,10 +64,6 @@ True Settings.settings - - - -