From 44afe1ccd91555d0474c38eee7a13680548ce02c Mon Sep 17 00:00:00 2001 From: Jaxton <235787475+Jaxton583@users.noreply.github.com> Date: Mon, 24 Nov 2025 16:56:54 -0800 Subject: [PATCH] Added one usless line of code Just a line of code in main.py that just says i added this because i needed to --- mazeBot/main.py | 1 + mazeBot/mazes/maze2.json | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/mazeBot/main.py b/mazeBot/main.py index e489c20..ceb704e 100644 --- a/mazeBot/main.py +++ b/mazeBot/main.py @@ -45,3 +45,4 @@ def main(): if __name__ == "__main__": main() +# i made this because i needed to \ No newline at end of file diff --git a/mazeBot/mazes/maze2.json b/mazeBot/mazes/maze2.json index 6e73763..7b88090 100644 --- a/mazeBot/mazes/maze2.json +++ b/mazeBot/mazes/maze2.json @@ -84,6 +84,4 @@ { "right": true, "down": true } ] ] -} - - +} \ No newline at end of file