Skip to content
Snippets Groups Projects
Commit d5e69eac authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Fix indentation

parent d6a815bb
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ namespace armarx::armem::server::robot_state
const std::string robotUnitPrefix = robotUnit.sensorValuePrefix;
defs->optional(robotUnit.waitForRobotUnit, "WaitForRobotUnit", "Add the robot unit as dependency to the component. This memory requires a running RobotUnit, therefore we should add it as explicit dependency.");
defs->optional(robotUnit.waitForRobotUnit, "WaitForRobotUnit", "Add the robot unit as dependency to the component. This memory requires a running RobotUnit, therefore we should add it as explicit dependency.");
defs->optional(robotUnit.reader.properties.sensorPrefix, robotUnitPrefix + "SensorValuePrefix",
"Prefix of all sensor values.");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment