Skip to content

Commit 7f9d6b1

Browse files
committed
Indentation fix
1 parent 5422e24 commit 7f9d6b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/smack_my_bitch_up.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
TWILIO_AUTH_TOKEN = os.environ.get('TWILIO_AUTH_TOKEN')
1818

1919
# Phone numbers
20-
my_number = '+xxx'
20+
my_number = '+xxx'
2121
her_number = '+xxx'
2222

2323
reasons = [

0 commit comments

Comments
 (0)