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/insert_cell.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/commands/insert_cell.hpp') diff --git a/src/commands/insert_cell.hpp b/src/commands/insert_cell.hpp index 7518ece..9d54736 100644 --- a/src/commands/insert_cell.hpp +++ b/src/commands/insert_cell.hpp @@ -11,8 +11,7 @@ class InsertCellCommand : public ICommand public: InsertCellCommand( const std::shared_ptr &cursor_controller, - const std::shared_ptr &scene - ) noexcept; + const std::shared_ptr &scene) noexcept; void execute() noexcept override; -- cgit v1.2.3-18-g5258