diff --git a/src/catch2/reporters/catch_reporter_combined_tu.cpp b/src/catch2/reporters/catch_reporter_combined_tu.cpp index 5b04c290..23c738cd 100644 --- a/src/catch2/reporters/catch_reporter_combined_tu.cpp +++ b/src/catch2/reporters/catch_reporter_combined_tu.cpp @@ -196,7 +196,7 @@ namespace Catch { : Colour::None; auto colourGuard = streamColour->guardColour( colour ).engage( out ); - out << TextFlow::Column(testCaseInfo.name).initialIndent(2).indent(4) << '\n'; + out << TextFlow::Column(testCaseInfo.name).indent(2) << '\n'; if (verbosity >= Verbosity::High) { out << TextFlow::Column(Catch::Detail::stringify(testCaseInfo.lineInfo)).indent(4) << '\n'; }