From bae2cfaea2c724a24cb1070a74e81a0fe98ca1bf Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 21:30:16 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- include/mc_rtc/gui/Arrow.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/mc_rtc/gui/Arrow.h b/include/mc_rtc/gui/Arrow.h index 92e8f4a711..15c9f52fce 100644 --- a/include/mc_rtc/gui/Arrow.h +++ b/include/mc_rtc/gui/Arrow.h @@ -38,7 +38,7 @@ struct ArrowROImpl : public Element } /** Invalid element */ - ArrowROImpl(){}; + ArrowROImpl() {}; constexpr static size_t write_size() { return Element::write_size() + 3 + ArrowConfig::write_size(); } @@ -72,7 +72,7 @@ struct ArrowImpl : public ArrowROImpl } /** Invalid element */ - ArrowImpl(){}; + ArrowImpl() {}; void write(mc_rtc::MessagePackBuilder & builder) { ArrowROImpl::write(builder, false); }