We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbc649b commit 54c2cb1Copy full SHA for 54c2cb1
1 file changed
include/openPMD/IO/ADIOS/ADIOS2IOHandler.hpp
@@ -1295,6 +1295,7 @@ namespace detail
1295
} // namespace detail
1296
#endif // openPMD_HAVE_ADIOS2
1297
1298
+
1299
class ADIOS2IOHandler : public AbstractIOHandler
1300
{
1301
#if openPMD_HAVE_ADIOS2
@@ -1345,6 +1346,6 @@ friend class ADIOS2IOHandlerImpl;
1345
1346
1347
std::string backendName() const override { return "ADIOS2"; }
1348
- std::future< void > flush() override;
1349
+ std::future< void > flush( ) override;
1350
}; // ADIOS2IOHandler
1351
} // namespace openPMD
0 commit comments