We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b321c4b commit 9f2474bCopy full SHA for 9f2474b
include/openPMD/backend/Attributable.hpp
@@ -123,8 +123,8 @@ namespace internal
123
{
124
return m_attributes;
125
}
126
- [[nodiscard]] inline auto
127
- readAttribute(std::string const &name) const -> Attribute const &
+ [[nodiscard]] inline auto readAttribute(std::string const &name) const
+ -> Attribute const &
128
129
if (auto it = m_attributes.find(name); it != m_attributes.end())
130
0 commit comments