align spaces

This commit is contained in:
Gavin Ridley 2022-10-20 16:58:50 -04:00 committed by GitHub
parent f07b0295f9
commit f58f478375
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -396,7 +396,7 @@ void print_build_info()
fmt::print("DAGMC support: {}\n", dagmc);
fmt::print("libMesh support: {}\n", libmesh);
fmt::print("Coverage testing: {}\n", coverage);
fmt::print("Profiling flags: {}\n", profiling);
fmt::print("Profiling flags: {}\n", profiling);
}
}