Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and franzpoeschel committed Jul 5, 2022
1 parent 5c2bbfb commit bc68d36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/SerialIOTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4143,7 +4143,8 @@ NumAggregators = 1
BufferChunkSize = 2147483646 # 2^31 - 2
)";

adios2_bp5_flush(cfg1, /* flushDuringStep = */ FlushDuringStep::Default_Yes);
adios2_bp5_flush(
cfg1, /* flushDuringStep = */ FlushDuringStep::Default_Yes);

std::string cfg2 = R"(
[adios2]
Expand Down

0 comments on commit bc68d36

Please sign in to comment.