summaryrefslogtreecommitdiff
path: root/robot/problems/introduction/followline/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'robot/problems/introduction/followline/common.py')
-rw-r--r--robot/problems/introduction/followline/common.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/robot/problems/introduction/followline/common.py b/robot/problems/introduction/followline/common.py
index 0fc6704..d61d4c1 100644
--- a/robot/problems/introduction/followline/common.py
+++ b/robot/problems/introduction/followline/common.py
@@ -69,8 +69,8 @@ def hint( code):
if not (has_token_sequence(tokens, ['move_steering', '(']) and 'off' in code):
return [{'id': 'moveTankOff'}]
-
- if not (has_token_sequence(tokens, ['color_sensor_measure', '(']) and 'reflected_light_intensity' in code):
+
+ if not (has_token_sequence(tokens, ['color_sensor_measure', '(']) and 'reflected_light_intensity' in code):
return [{'id': 'colorSensorMeasureRLI'}]
if not has_token_sequence(tokens, ['while']):