Skip to content

Commit e7f96d4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4d3e20b commit e7f96d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/openPMD/Series.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ namespace internal
217217
* True if a user opts into lazy parsing.
218218
*/
219219
bool m_parseLazily = false;
220-
uint64_t m_hintLazyParsingAfterTimeout = 20; // seconds
220+
uint64_t m_hintLazyParsingAfterTimeout = 20; // seconds
221221

222222
/**
223223
* In variable-based encoding, all backends except ADIOS2 can only write

0 commit comments

Comments
 (0)