Browse Source

Tweak formatting in dep failure messages

default_compile_flags
vector-of-bool 5 years ago
parent
commit
7036e55a94
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/dds/solve/solve.cpp

+ 1
- 1
src/dds/solve/solve.cpp View File

at_head = true; at_head = true;
strm.str(""); strm.str("");
put(cncl.value); put(cncl.value);
spdlog::error("╘═ Then: {}.", strm.str());
spdlog::error("╘═ then {}.", strm.str());
} }


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

Loading…
Cancel
Save