Skip to content

Commit ded204d

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 cf85ea1 commit ded204d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)