Commit 93268ce0 authored by Mark Meredith's avatar Mark Meredith
Browse files

clang-format

parent 8885841d
Loading
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -34,9 +34,11 @@ solver_settings::SolverSettings InputsFile::load() {
  // for (auto it = inputinfo.begin(); it != inputinfo.end(); ++it) {
  //   std::visit(
  //       overloaded{
  //           [it](parser::NumberArray aa) { std::cout <<  it->first << " nums " << aa.size() << std::endl;
  //           [it](parser::NumberArray aa) { std::cout <<  it->first << " nums
  //           " << aa.size() << std::endl;
  //           },
  //           [it](parser::StringArray aa) { std::cout <<  it->first << " strings " << aa.size() << std::endl;
  //           [it](parser::StringArray aa) { std::cout <<  it->first << "
  //           strings " << aa.size() << std::endl;
  //           },
  //       },
  //       it->second);
+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.