Skip to content

Commit

Permalink
uncrustify
Browse files Browse the repository at this point in the history
Signed-off-by: Rein Appeldoorn <[email protected]>
  • Loading branch information
reinzor committed Jun 25, 2024
1 parent 489affd commit 5b3fc44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ros_gz_bridge/src/factory.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@

#include "factory_interface.hpp"

template <class T, class = void>
template<class T, class = void>
struct has_header : std::false_type
{
};

template <class T>
struct has_header<T, std::void_t<decltype(T::header)>> : std::true_type
template<class T>
struct has_header<T, std::void_t<decltype(T::header)>>: std::true_type
{
};

Expand Down

0 comments on commit 5b3fc44

Please sign in to comment.