Skip to content

Commit

Permalink
remove ending white space
Browse files Browse the repository at this point in the history
  • Loading branch information
CullenSUN committed Nov 4, 2023
1 parent 4732f70 commit 93704e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mini_pupper_dance/mini_pupper_dance/dance_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def main():
if response.executed:
minimal_client.get_logger().info('Command Executed!')

# Stop music after the last command
# Stop music after the last command
if index == len(minimal_client.dance_commands) - 1:
minimal_client.get_logger().info('Stopping music...')
stop_music_response = minimal_client.send_music_request(False)
Expand Down

0 comments on commit 93704e1

Please sign in to comment.