From 87c8b6cfd05ee3350168d802cab8ec42a84cf50d Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Sat, 8 Jul 2023 00:20:23 -0400 Subject: [PATCH] rm spurious whitespace --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index a54b545..69bb03b 100644 --- a/Program.cs +++ b/Program.cs @@ -217,7 +217,7 @@ public static class Util { } public class Game : GameWindow { - public Game(GameWindowSettings gwSettings, NativeWindowSettings nwSettings) : base(gwSettings, nwSettings) { } + public Game(GameWindowSettings gwSettings, NativeWindowSettings nwSettings) : base(gwSettings, nwSettings) {} private static Texture TEXTURE_WHITE = new Texture(new Image(1, 1, new Rgba32(255, 255, 255)));