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 a547c64 commit cf85ea1Copy full SHA for cf85ea1
include/openPMD/backend/Attributable.hpp
@@ -164,8 +164,8 @@ namespace internal
164
{
165
return operator*().m_attributes;
166
}
167
- [[nodiscard]] inline auto
168
- readAttribute(std::string const &name) const -> Attribute const &
+ [[nodiscard]] inline auto readAttribute(std::string const &name) const
+ -> Attribute const &
169
170
auto const & attr = attributes();
171
if (auto it = attr.find(name); it != attr.end())
0 commit comments