Skip to content

Commit f10fc90

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

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

examples/14_json_template.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ iteration_encoding = "variable_based"
99
mode = "template"
1010
)";
1111

12-
1312
openPMD::Series writeTemplate(
14-
"../samples/jsonTemplate.json",
15-
openPMD::Access::CREATE,
16-
config);
13+
"../samples/jsonTemplate.json", openPMD::Access::CREATE, config);
1714
auto iteration = writeTemplate.writeIterations()[0];
1815

1916
auto temperature =

0 commit comments

Comments
 (0)