Skip to content

Commit 6148edf

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 794e96d commit 6148edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/dynamic_graph_bridge/sot_loader.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class SotLoader : public SotLoaderBasic {
8888

8989
// \brief Compute one iteration of control.
9090
// Basically calls fillSensors, the SoT and the readControl.
91-
void oneIteration(const double &period=0);
91+
void oneIteration(const double &period = 0);
9292

9393
// \brief Fill the sensors value for the SoT.
9494
void fillSensors(std::map<std::string, dgs::SensorValues> &sensorsIn);

0 commit comments

Comments
 (0)