mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 10:00:48 +02:00
formatting
This commit is contained in:
@@ -136,7 +136,7 @@ public:
|
||||
}
|
||||
|
||||
template <typename T, size_t N>
|
||||
void parse(std::array<T, N> &array)
|
||||
void parse(std::array<T, N>& array)
|
||||
{
|
||||
for (size_t i = 0; i < N; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user