Fixed formatting
This commit is contained in:
@@ -43,7 +43,7 @@ int tmain()
|
||||
if (result != 2) {
|
||||
result = std::exp(result);
|
||||
}
|
||||
else if(result == 3) {
|
||||
else if (result == 3) {
|
||||
result = 4;
|
||||
}
|
||||
else {
|
||||
|
||||
@@ -34,7 +34,6 @@ TEST_CASE("t20020", "[test-case][sequence]")
|
||||
REQUIRE_THAT(puml, StartsWith("@startuml"));
|
||||
REQUIRE_THAT(puml, EndsWith("@enduml\n"));
|
||||
|
||||
|
||||
// Check if all calls exist
|
||||
REQUIRE_THAT(puml, HasCall(_A("tmain()"), _A("A"), "a1()"));
|
||||
REQUIRE_THAT(puml, HasCall(_A("tmain()"), _A("A"), "a2()"));
|
||||
|
||||
@@ -34,7 +34,6 @@ TEST_CASE("t20021", "[test-case][sequence]")
|
||||
REQUIRE_THAT(puml, StartsWith("@startuml"));
|
||||
REQUIRE_THAT(puml, EndsWith("@enduml\n"));
|
||||
|
||||
|
||||
// Check if all calls exist
|
||||
REQUIRE_THAT(puml, HasCall(_A("tmain()"), _A("A"), "a1()"));
|
||||
REQUIRE_THAT(puml, HasCall(_A("tmain()"), _A("A"), "a2()"));
|
||||
|
||||
Reference in New Issue
Block a user