mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 12:41:08 +08:00
clang-format reader.cpp
We had an errant newline incompatible with our format.
This commit is contained in:
parent
cab7984a7c
commit
331bb9024b
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user