Commit dcbecdb9 authored by Doak, Peter W.'s avatar Doak, Peter W.
Browse files

applying clang-format

parent 55900a12
Loading
Loading
Loading
Loading
+8 −11
Original line number Diff line number Diff line
@@ -71,13 +71,10 @@ struct G0Setup : public ::testing::Test {
  G0Setup() : concurrency_(0, nullptr), parameters_("", concurrency_) {}

  virtual void SetUp() {
    try
      {
    try {
      parameters_.template read_input_and_broadcast<io::JSONReader>(input_name);

    }
    catch(...)
      {
    catch (...) {
      std::cout << "Attempting to read: " << input_name << std::endl;
    }
    parameters_.update_model();
@@ -93,7 +90,7 @@ struct G0Setup : public ::testing::Test {
  virtual void TearDown() {}
};

}  // testing
}  // dca
}  // namespace testing
}  // namespace dca

#endif  // DCA_TEST_UNIT_PHYS_DCA_STEP_CLUSTER_SOLVER_TEST_SETUP_HPP