From f8301c264807ae8567a9494254e1c1f9b687e666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Sverre=20Lien=20Sell=C3=A6g?= Date: Thu, 24 Sep 2020 09:17:52 +0200 Subject: [PATCH] remove unnecessary space --- src/files.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/files.hpp b/src/files.hpp index 058103c..e94e999 100644 --- a/src/files.hpp +++ b/src/files.hpp @@ -159,8 +159,8 @@ const std::string default_config_file = "source_center_cursor": "l", "source_cursor_history_back": "Left", "source_cursor_history_forward": "Right", - "source_show_completion_comment" : "Add completion keybinding to disable interactive autocompletion", - "source_show_completion" : "", + "source_show_completion_comment": "Add completion keybinding to disable interactive autocompletion", + "source_show_completion": "", "source_find_file": "p", "source_find_symbol": "f", "source_find_pattern": "f",