Skip to content

Commit 154d1e5

Browse files
pre-commit-ci[bot]franzpoeschel
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9c1b265 commit 154d1e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/10_streaming_read.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ int main()
6767
for (auto const &chunk : rc.second.availableChunks())
6868
{
6969
std::cout << "\n\tRank " << chunk.sourceID << "\t"
70-
<< auxiliary::vec_as_string(chunk.offset) << "\t"
70+
<< auxiliary::vec_as_string(chunk.offset)
71+
<< "\t"
7172
<< auxiliary::vec_as_string(chunk.extent);
7273
}
7374
std::cout << std::endl;

0 commit comments

Comments
 (0)