summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibLine/SuggestionManager.cpp
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2021-04-25 20:20:00 +0200
committerLinus Groh <mail@linusgroh.de>2021-04-25 20:20:00 +0200
commitdbe72fd9627f701210d69c9b01db762b2c950190 (patch)
treed2baf354b59d38f3ad486a73523fc43e8c3c6c3b /Userland/Libraries/LibLine/SuggestionManager.cpp
parent2d6be48c6f2353a5956341e9b947c715f29a6eaf (diff)
downloadserenity-dbe72fd9627f701210d69c9b01db762b2c950190.zip
Everywhere: Remove empty line after function body opening curly brace
Diffstat (limited to 'Userland/Libraries/LibLine/SuggestionManager.cpp')
-rw-r--r--Userland/Libraries/LibLine/SuggestionManager.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibLine/SuggestionManager.cpp b/Userland/Libraries/LibLine/SuggestionManager.cpp
index 7f00ad7b6a..dfd6bc003c 100644
--- a/Userland/Libraries/LibLine/SuggestionManager.cpp
+++ b/Userland/Libraries/LibLine/SuggestionManager.cpp
@@ -84,7 +84,6 @@ const CompletionSuggestion& SuggestionManager::suggest()
void SuggestionManager::set_current_suggestion_initiation_index(size_t index)
{
-
if (m_last_shown_suggestion_display_length)
m_last_shown_suggestion.start_index = index - m_next_suggestion_static_offset - m_last_shown_suggestion_display_length;
else