summaryrefslogtreecommitdiff
path: root/src/input_handler.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/input_handler.hh')
-rw-r--r--src/input_handler.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/input_handler.hh b/src/input_handler.hh
index 35dc718a..0dc98b70 100644
--- a/src/input_handler.hh
+++ b/src/input_handler.hh
@@ -48,8 +48,7 @@ enum class KeymapMode : char;
enum class CursorMode;
using PromptCompleter = std::function<Completions (const Context&, CompletionFlags,
- StringView, ByteCount)>;
-
+ StringView, ByteCount)>;
class InputHandler : public SafeCountable
{