Skip to content

Commit 7e809c0

Browse files
pre-commit-ci[bot]franzpoeschel
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f1889d1 commit 7e809c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/openPMD/backend/Attributable.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ namespace internal
164164
{
165165
return operator*().m_attributes;
166166
}
167-
[[nodiscard]] inline auto
168-
readAttribute(std::string const &name) const -> Attribute const &
167+
[[nodiscard]] inline auto readAttribute(std::string const &name) const
168+
-> Attribute const &
169169
{
170170
auto const & attr = attributes();
171171
if (auto it = attr.find(name); it != attr.end())

0 commit comments

Comments
 (0)