From 99e5091ff3a2f42f9e2e1b8f791a8bff042892d1 Mon Sep 17 00:00:00 2001 From: light7734 Date: Thu, 18 Sep 2025 19:43:42 +0330 Subject: [PATCH] style: fix unformatted file --- modules/input/private/system.test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/input/private/system.test.cpp b/modules/input/private/system.test.cpp index d3b9e4c..8f1d853 100644 --- a/modules/input/private/system.test.cpp +++ b/modules/input/private/system.test.cpp @@ -165,5 +165,5 @@ Suite tick = [] { .trigger = { .mapped_keycode = 69 }, } ); - }; + }; };