From 019337908e37ffee9b624b313e9d7f885bff9781 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 15 May 2022 19:57:02 +0200 Subject: style: change braced list & bracket style --- src/commands/move_cursor.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/commands/move_cursor.hpp') diff --git a/src/commands/move_cursor.hpp b/src/commands/move_cursor.hpp index 88d9c42..aab228c 100644 --- a/src/commands/move_cursor.hpp +++ b/src/commands/move_cursor.hpp @@ -14,8 +14,7 @@ public: MoveCursorCommand( const Vector2 &direction, const std::shared_ptr &cursor_controller, - const std::shared_ptr &window - ) noexcept; + const std::shared_ptr &window) noexcept; void execute() noexcept override; -- cgit v1.2.3-18-g5258