Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 24, 2024
1 parent 6f54afc commit ea891c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/mc_rtc/gui/Arrow.h
Original file line number Diff line number Diff line change
Expand Up @@ -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(); }

Expand Down Expand Up @@ -72,7 +72,7 @@ struct ArrowImpl : public ArrowROImpl<GetStart, GetEnd>
}

/** Invalid element */
ArrowImpl(){};
ArrowImpl() {};

void write(mc_rtc::MessagePackBuilder & builder) { ArrowROImpl<GetStart, GetEnd>::write(builder, false); }

Expand Down

0 comments on commit ea891c0

Please sign in to comment.