From 6142bf859bd04da2f9af28a10f4738072757db5d Mon Sep 17 00:00:00 2001 From: WerWolv Date: Thu, 6 Feb 2025 13:27:48 +0100 Subject: [PATCH] fix: Missing new line --- lib/libimhex/include/hex/helpers/keys.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libimhex/include/hex/helpers/keys.hpp b/lib/libimhex/include/hex/helpers/keys.hpp index 6c9e5b059..06b3c95a9 100644 --- a/lib/libimhex/include/hex/helpers/keys.hpp +++ b/lib/libimhex/include/hex/helpers/keys.hpp @@ -121,4 +121,4 @@ enum Keys { }; enum Keys scanCodeToKey(int scanCode); -int keyToScanCode(enum Keys key); \ No newline at end of file +int keyToScanCode(enum Keys key);