From f167c32d8ece82b54d3a9268ef9746b2e300fc2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E6=B0=B4?= <1123993881@qq.com> Date: Thu, 29 Feb 2024 15:17:10 +0800 Subject: [PATCH] chore: fix test. --- RotationSolver/UI/CtrlWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RotationSolver/UI/CtrlWindow.cs b/RotationSolver/UI/CtrlWindow.cs index cf18b6fb0..11b007717 100644 --- a/RotationSolver/UI/CtrlWindow.cs +++ b/RotationSolver/UI/CtrlWindow.cs @@ -34,4 +34,4 @@ public override void PostDraw() ImGui.PopStyleVar(); base.PostDraw(); } -} +} \ No newline at end of file