Format fish_tests.cpp

This commit is contained in:
Johannes Altmanninger 2021-01-31 20:32:10 +01:00
parent a082cf138a
commit e40850ab89

View file

@ -4436,7 +4436,8 @@ static bool history_equals(const shared_ptr<history_t> &hist, const wchar_t *con
history_item_t item = hist->item_at_index(history_idx);
if (expected == NULL) {
if (!item.empty()) {
err(L"Expected empty item at history index %lu, instead found: %ls", history_idx, item.str().c_str());
err(L"Expected empty item at history index %lu, instead found: %ls", history_idx,
item.str().c_str());
}
break;
} else {