From 7e809c0c71da55f8818d6af3d74ce2dcb19ea9fa Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 15:08:21 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- include/openPMD/backend/Attributable.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/openPMD/backend/Attributable.hpp b/include/openPMD/backend/Attributable.hpp index 6c33897b1c..00d20aa99a 100644 --- a/include/openPMD/backend/Attributable.hpp +++ b/include/openPMD/backend/Attributable.hpp @@ -164,8 +164,8 @@ namespace internal { return operator*().m_attributes; } - [[nodiscard]] inline auto - readAttribute(std::string const &name) const -> Attribute const & + [[nodiscard]] inline auto readAttribute(std::string const &name) const + -> Attribute const & { auto const & attr = attributes(); if (auto it = attr.find(name); it != attr.end())