From db6edcd473a684420e9a7611b24462df21165c1b Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 24 Apr 2022 17:13:52 +0200 Subject: style: improve function and brace styling --- src/commands/insert_cell.hpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/commands/insert_cell.hpp') diff --git a/src/commands/insert_cell.hpp b/src/commands/insert_cell.hpp index cf04203..7518ece 100644 --- a/src/commands/insert_cell.hpp +++ b/src/commands/insert_cell.hpp @@ -9,8 +9,10 @@ class InsertCellCommand : public ICommand { public: - InsertCellCommand(const std::shared_ptr &cursor_controller, - const std::shared_ptr &scene) noexcept; + InsertCellCommand( + const std::shared_ptr &cursor_controller, + const std::shared_ptr &scene + ) noexcept; void execute() noexcept override; -- cgit v1.2.3-18-g5258