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 Oct 11, 2024
1 parent b17ebc1 commit 0c031dd
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 @@ -123,8 +123,8 @@ namespace internal
{
return m_attributes;
}
[[nodiscard]] inline auto
readAttribute(std::string const &name) const -> Attribute const &
[[nodiscard]] inline auto readAttribute(std::string const &name) const
-> Attribute const &
{
if (auto it = m_attributes.find(name); it != m_attributes.end())
{
Expand Down

0 comments on commit 0c031dd

Please sign in to comment.