Skip to content

Commit 46b781d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 65bd000 commit 46b781d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/Series.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2807,9 +2807,10 @@ void Series::flushStep(bool doFlush)
28072807
wAttr.changesOverSteps =
28082808
Parameter<Operation::WRITE_ATT>::ChangesOverSteps::Yes;
28092809
wAttr.name = "snapshot";
2810-
wAttr.setResource(std::vector<unsigned long long>{
2811-
series.m_currentlyActiveIterations.begin(),
2812-
series.m_currentlyActiveIterations.end()});
2810+
wAttr.setResource(
2811+
std::vector<unsigned long long>{
2812+
series.m_currentlyActiveIterations.begin(),
2813+
series.m_currentlyActiveIterations.end()});
28132814
series.m_currentlyActiveIterations.clear();
28142815
wAttr.dtype = Datatype::VEC_ULONGLONG;
28152816
IOHandler()->enqueue(IOTask(&series.iterations, wAttr));

0 commit comments

Comments
 (0)