Skip to content

Commit

Permalink
run clang-format at docker
Browse files Browse the repository at this point in the history
  • Loading branch information
serges147 committed Apr 4, 2024
1 parent a198da2 commit 7f0ee88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/libcyphal/transport/transport.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ struct ProtocolParams final
///
std::size_t mtu_bytes;

}; // ProtocolParams
}; // ProtocolParams

/// @brief Declares an abstract Cyphal transport interface.
///
Expand Down
2 changes: 1 addition & 1 deletion include/libcyphal/types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ using TimePoint = MonotonicClock::time_point;

/// @brief Defines libcyphal time duration type.
///
using Duration = MonotonicClock::duration;
using Duration = MonotonicClock::duration;

} // namespace libcyphal

Expand Down

0 comments on commit 7f0ee88

Please sign in to comment.