mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-23 13:11:15 -03:00
clang-format reader.cpp
We had an errant newline incompatible with our format.
This commit is contained in:
@@ -1175,8 +1175,7 @@ void reader_data_t::paint_layout(const wchar_t *reason) {
|
||||
end = colors.size();
|
||||
}
|
||||
|
||||
for (size_t i = data.history_search_range->start; i < end;
|
||||
i++) {
|
||||
for (size_t i = data.history_search_range->start; i < end; i++) {
|
||||
colors.at(i).background = highlight_role_t::search_match;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user