summaryrefslogtreecommitdiff
path: root/src/input_handler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/input_handler.cc')
-rw-r--r--src/input_handler.cc4
1 files changed, 1 insertions, 3 deletions
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()
{}