diff --git a/SDFMapCreator/Program.cs b/SDFMapCreator/Program.cs index c119c41..386d322 100644 --- a/SDFMapCreator/Program.cs +++ b/SDFMapCreator/Program.cs @@ -65,9 +65,7 @@ public class Program { static List SDFs = new(); static List Gradients = new(); - static void ConsoleUpdateLine(string s) { - Console.Write("\r"+s); - } + static void ConsoleUpdateLine(string s) => Console.Write("\r"+s); static void LoadImage(string imgPath) { var image = new MagickImage(imgPath);