Skip to content

Commit f949f41

Browse files
committed
fucking fucking indentation
1 parent c50653e commit f949f41

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Tests/Time/encoder_test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ TEST(EncoderSensorTest, ReadTreatsEncoderInitialCounterAsZeroPosition) {
103103
double position = -1.0;
104104
double speed = -1.0;
105105
double acceleration = -1.0;
106-
ST_LIB::Direction direction = ST_LIB::Direction::BACKWARDS;
106+
ST_LIB::Direction direction = ST_LIB::Direction::BACKWARDS;
107107

108108
MockSensor sensor(encoder, 0.5, 0.1, &direction, &position, &speed, &acceleration);
109109

@@ -122,7 +122,7 @@ TEST(EncoderSensorTest, ResetForwardsToEncoderAndClearsHistory) {
122122
double position = 0.0;
123123
double speed = 0.0;
124124
double acceleration = 0.0;
125-
ST_LIB::Direction direction = ST_LIB::Direction::BACKWARDS;
125+
ST_LIB::Direction direction = ST_LIB::Direction::BACKWARDS;
126126

127127
MockSensor sensor(encoder, 1.0, 1.0, &direction, &position, &speed, &acceleration);
128128

0 commit comments

Comments
 (0)