diff --git a/missions/tip the scale.py b/missions/tip the scale.py index 200b1ea..4573352 100644 --- a/missions/tip the scale.py +++ b/missions/tip the scale.py @@ -39,4 +39,7 @@ async def main(): await drive_base.turn(46.5) await drive_base.turn(-40) await drive_base.straight(900) -run_task(main()) \ No newline at end of file +run_task(main()) + + +