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] authored and RemiLehe committed Mar 7, 2024
1 parent e10bfa7 commit 4828538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Particles/ParticleBoundaryBuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -626,4 +626,4 @@ ParticleBoundaryBuffer::getParticleBufferPointer(const std::string species_name,
auto index = WarpX::GetInstance().GetPartContainer().getSpeciesID(species_name);

return &buffer[index];
}
}

0 comments on commit 4828538

Please sign in to comment.