Skip to content

Commit

Permalink
add newline to correct formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccand committed May 2, 2024
1 parent 4810b3a commit 1eb1661
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/nanonav.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,13 +188,15 @@ def stop(self):
def ir_left(self):
"""
Return true if the left IR sensor detects white.
rtype: boolean
"""
pass

def ir_right(self):
"""
Return true if the right IR sensor detects white.
rtype: boolean
"""
pass

0 comments on commit 1eb1661

Please sign in to comment.