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 franzpoeschel committed Dec 11, 2024
1 parent f1889d1 commit 7e809c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/openPMD/backend/Attributable.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ namespace internal
{
return operator*().m_attributes;
}
[[nodiscard]] inline auto
readAttribute(std::string const &name) const -> Attribute const &
[[nodiscard]] inline auto readAttribute(std::string const &name) const
-> Attribute const &
{
auto const & attr = attributes();
if (auto it = attr.find(name); it != attr.end())
Expand Down

0 comments on commit 7e809c0

Please sign in to comment.