diff --git a/src/input_handler.cc b/src/input_handler.cc index 1e6d0cad..10c830ca 100644 --- a/src/input_handler.cc +++ b/src/input_handler.cc @@ -1045,9 +1045,7 @@ void InputMode::reset_normal_mode() InputHandler::InputHandler(SelectionList selections, Context::Flags flags, String name) : m_context(*this, std::move(selections), flags, std::move(name)), m_mode(new InputModes::Normal(*this)) - -{ -} +{} InputHandler::~InputHandler() {}