Skip to content

Commit 269c05f

Browse files
committed
format
1 parent 85953cd commit 269c05f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/herder/test/HerderTests.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1458,12 +1458,12 @@ TEST_CASE("txset base fee", "[herder][txset]")
14581458
uint32_t expNotChargedAccounts = 0) {
14591459
cfg.LEDGER_PROTOCOL_VERSION = protocolVersion;
14601460
cfg.TESTING_UPGRADE_LEDGER_PROTOCOL_VERSION = protocolVersion;
1461-
if (!testutil::isTestApplicationProtocolVersionSupported(cfg))
1462-
{
1463-
SUCCEED("Skipping historical Soroban protocol test: requested "
1464-
"protocol is not linked in this build");
1465-
return;
1466-
}
1461+
if (!testutil::isTestApplicationProtocolVersionSupported(cfg))
1462+
{
1463+
SUCCEED("Skipping historical Soroban protocol test: requested "
1464+
"protocol is not linked in this build");
1465+
return;
1466+
}
14671467
VirtualClock clock;
14681468
Application::pointer app = createTestApplication(clock, cfg);
14691469

0 commit comments

Comments
 (0)