Skip to content

Commit 6dfb00e

Browse files
pre-commit-ci[bot]franzpoeschel
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5f1fbbf commit 6dfb00e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/openPMD/backend/Attributable.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ namespace internal
167167
[[nodiscard]] inline auto readAttribute(std::string const &name) const
168168
-> Attribute const &
169169
{
170-
auto const & attr = attributes();
170+
auto const &attr = attributes();
171171
if (auto it = attr.find(name); it != attr.end())
172172
{
173173
return it->second;

0 commit comments

Comments
 (0)