Skip to content

Commit e07c089

Browse files
committed
refactor: turn clang-format on after block
1 parent 54b6e9e commit e07c089

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.cspell.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"words": [
44
"Allman",
55
"cppcheck",
6+
"doxyfile",
7+
"graphviz",
8+
"mattnotmitt",
69
"mrad",
710
"multirobot",
811
"pacman",

lib/APPTurtle/src/App.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ void App::handleTurtle()
298298
const int32_t MILLI_CONVERSION_FACTOR = 1000;
299299
int32_t linearSpeed = m_turtleSpeedSetpoint.linear.x * MILLI_CONVERSION_FACTOR; // Linear speed in mm/s
300300
int32_t angularSpeed = m_turtleSpeedSetpoint.angular.z * MILLI_CONVERSION_FACTOR; // Angular speed in mrad/s
301-
// clang-format off
301+
// clang-format on
302302

303303
payload.linearCenter = linearSpeed;
304304
payload.angular = angularSpeed;

0 commit comments

Comments
 (0)