Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 9, 2021
1 parent 3302990 commit 2322590
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/openPMD/IO/ADIOS/ADIOS1FilePosition.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ namespace openPMD
{
struct ADIOS1FilePosition : public AbstractFilePosition
{
ADIOS1FilePosition
( std::string const & s ) : location{ s }
ADIOS1FilePosition( std::string const & s ) : location{ s }
{
}

Expand Down

0 comments on commit 2322590

Please sign in to comment.