diff --git a/include/openPMD/backend/Attributable.hpp b/include/openPMD/backend/Attributable.hpp index d923b83ee9..2be85a98c1 100644 --- a/include/openPMD/backend/Attributable.hpp +++ b/include/openPMD/backend/Attributable.hpp @@ -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()) {