Skip to content

Commit

Permalink
#98: clean up fmt::print line
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Aug 5, 2024
1 parent 767b431 commit 452e5b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/vt-tv/utility/parse_render.cc
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@ void ParseRender::parseAndRender(PhaseType phase_id, std::unique_ptr<Info> info)
font_size = config["output"]["font_size"].as<uint64_t>();
}
} else {
std::cout << fmt::print("Warning: save_pngs and save_meshes are both False (no visualization will be generated).")
fmt::print("Warning: save_pngs and save_meshes are both False "
"(no visualization will be generated).");
}

// Instantiate render
Expand Down

0 comments on commit 452e5b9

Please sign in to comment.