Преглед на файлове

Tweak error punct and alignment

default_compile_flags
vector-of-bool преди 5 години
родител
ревизия
88f851fe79
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. +2
    -2
      src/dds/solve/solve.cpp

+ 2
- 2
src/dds/solve/solve.cpp Целия файл

@@ -106,7 +106,7 @@ struct explainer {
void put(pubgrub::explain::no_solution) { strm << "Dependencies cannot be satisfied"; }

void put(pubgrub::explain::dependency<req_type> dep) {
strm << dep.dependent << " requires " << dep.dependency << '.';
strm << dep.dependent << " requires " << dep.dependency;
}

void put(pubgrub::explain::unavailable<req_type> un) {
@@ -136,7 +136,7 @@ struct explainer {
at_head = true;
strm.str("");
put(cncl.value);
spdlog::error("╘═ Then: {}.", strm.str());
spdlog::error("╘═ Then: {}.", strm.str());
}

void operator()(pubgrub::explain::separator) { spdlog::error(""); }

Loading…
Отказ
Запис