diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-18 14:21:09 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-18 14:21:09 +0100 |
commit | 5605d438a242a6252f7a27ce772eb092b62d78ae (patch) | |
tree | 4b9db3d74a921389d4fdf14c06f006334621bfca /src/crepe/api/Script.cpp | |
parent | cff284cedde9f0cc133ff2855557299ce1d8083c (diff) |
`make format`
Diffstat (limited to 'src/crepe/api/Script.cpp')
-rw-r--r-- | src/crepe/api/Script.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crepe/api/Script.cpp b/src/crepe/api/Script.cpp index 6de6830..b147252 100644 --- a/src/crepe/api/Script.cpp +++ b/src/crepe/api/Script.cpp @@ -61,4 +61,3 @@ bool Script::get_key_state(Keycode key) const noexcept { return false; } } - |