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.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/commands/insert_cell.cpp') diff --git a/src/commands/insert_cell.cpp b/src/commands/insert_cell.cpp index 86a5a52..3aa0fc8 100644 --- a/src/commands/insert_cell.cpp +++ b/src/commands/insert_cell.cpp @@ -4,7 +4,8 @@ InsertCellCommand::InsertCellCommand( const std::shared_ptr &cursor_controller, - const std::shared_ptr &scene) noexcept + const std::shared_ptr &scene +) noexcept : _cursor_controller(cursor_controller), _scene(scene) { } -- cgit v1.2.3-18-g5258