Skip to content

Commit 0c031dd

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b17ebc1 commit 0c031dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/openPMD/backend/Attributable.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ namespace internal
123123
{
124124
return m_attributes;
125125
}
126-
[[nodiscard]] inline auto
127-
readAttribute(std::string const &name) const -> Attribute const &
126+
[[nodiscard]] inline auto readAttribute(std::string const &name) const
127+
-> Attribute const &
128128
{
129129
if (auto it = m_attributes.find(name); it != m_attributes.end())
130130
{

0 commit comments

Comments
 (0)