Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <mjcarroll@intrinsic.ai>
  • Loading branch information
mjcarroll committed Oct 13, 2023
1 parent b498f31 commit 161ea24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/gz/sim/detail/EntityComponentManager.hh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ namespace traits
{
enum
{
value = !std::is_same<decltype(std::declval<T>() == std::declval<T>()), TestEqualityOperator>::value
value = !std::is_same<decltype(
std::declval<T>() == std::declval<T>()), TestEqualityOperator>::value
};
};
} // namespace traits
Expand Down

0 comments on commit 161ea24

Please sign in to comment.