From 161ea24178568576c77d36dcf634dff20082a4ca Mon Sep 17 00:00:00 2001 From: Michael Carroll Date: Fri, 13 Oct 2023 14:18:37 +0000 Subject: [PATCH] Lint Signed-off-by: Michael Carroll --- include/gz/sim/detail/EntityComponentManager.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/gz/sim/detail/EntityComponentManager.hh b/include/gz/sim/detail/EntityComponentManager.hh index f21c8c8cfe7..2438f5b3336 100644 --- a/include/gz/sim/detail/EntityComponentManager.hh +++ b/include/gz/sim/detail/EntityComponentManager.hh @@ -52,7 +52,8 @@ namespace traits { enum { - value = !std::is_same() == std::declval()), TestEqualityOperator>::value + value = !std::is_same() == std::declval()), TestEqualityOperator>::value }; }; } // namespace traits