Skip to content

Commit

Permalink
Fix odd formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tuokri committed Nov 21, 2023
1 parent 57e2708 commit ebcd262
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions include/umb/message.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@ class Message
[[nodiscard]] virtual size_t serialized_size() const = 0;

// TODO: reconsider this API.
[[nodiscard]] constexpr virtual uint16_t type() const

noexcept = 0;
[[nodiscard]] constexpr virtual uint16_t type() const noexcept = 0;

protected:
[[nodiscard]] virtual bool is_equal(const Message& msg) const = 0;
Expand Down

0 comments on commit ebcd262

Please sign in to comment.