From 907f31159e3199fb365a6018de43333f5e811abf Mon Sep 17 00:00:00 2001 From: DMagic Date: Tue, 21 Feb 2017 11:34:20 -0500 Subject: [PATCH] format --- SCANsat/SCAN_Platform/Palettes/Palette.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/SCANsat/SCAN_Platform/Palettes/Palette.cs b/SCANsat/SCAN_Platform/Palettes/Palette.cs index b9666f789..89ce1d0c6 100644 --- a/SCANsat/SCAN_Platform/Palettes/Palette.cs +++ b/SCANsat/SCAN_Platform/Palettes/Palette.cs @@ -48,8 +48,6 @@ private static string[] getKindNames() public static string[] kindNames = getKindNames(); - - public enum Is : ushort { Unsafe = 0, Safe = 1, Unsure = 2, Unknown = 3 } public Is blind;