From bacfb4d38cfbae4d73fd063d72efeb789b547bd4 Mon Sep 17 00:00:00 2001 From: Mike Barela Date: Thu, 17 Jan 2019 13:23:21 -0500 Subject: [PATCH] whitespace Gee, thanks GitHub for putting in what I didn't want --- Music_Box_with_Crickit/code.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Music_Box_with_Crickit/code.py b/Music_Box_with_Crickit/code.py index c1526683..fade6c79 100644 --- a/Music_Box_with_Crickit/code.py +++ b/Music_Box_with_Crickit/code.py @@ -68,4 +68,3 @@ while True: # Move servo one degree forward or backward. rainbow(int(dancer.angle * 255/MAX_SERVO_ANGLE)) dancer.angle += move_direction -