Skip to content

Commit

Permalink
Will this fix the Windows CI errors I dont think so
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Jul 17, 2024
1 parent 10903a6 commit 84b7a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Files_SerialIO/filebased_write_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ void close_and_reopen_iterations(
}

OPENPMDAPI_EXPORT
void close_and_reopen_iterations(std::string const &filename)
auto close_and_reopen_iterations(std::string const &filename) -> void
{
close_and_reopen_iterations(
filename,
Expand Down

0 comments on commit 84b7a06

Please sign in to comment.