summaryrefslogtreecommitdiff
path: root/snowbrawl.py
diff options
context:
space:
mode:
authorPanFritz <redstonenoobpan@gmail.com>2015-06-29 22:58:47 +0200
committerPanFritz <redstonenoobpan@gmail.com>2015-06-29 22:58:47 +0200
commit525e4825c626f95f21d52748c28529cef4be02c0 (patch)
treece97567f458d4e1734414913cc27088b6731927d /snowbrawl.py
parentfdaa6265c469057ef72040d84cfff9fb3eb9849f (diff)
more indentation fixes
Diffstat (limited to 'snowbrawl.py')
-rw-r--r--snowbrawl.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/snowbrawl.py b/snowbrawl.py
index 8da7d35..cadfe90 100644
--- a/snowbrawl.py
+++ b/snowbrawl.py
@@ -498,9 +498,9 @@ class Queue(object):
#Check if queue contains player
def contains(self, player):
- if player in self.queue:
- return True
- return False
+ if player in self.queue:
+ return True
+ return False
def clear(self):
self.queue = []