Browse Source

fix ident

Oz N Tiram 9 years ago
parent
commit
f7c623223e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frank/frank.py

+ 1 - 1
frank/frank.py

@@ -182,7 +182,7 @@ def clone(clone_url, branch, depth=1):
 @taskq.task()
 def count_beans():
     print "count_12"
-     return "count_12"
+    return "count_12"
 
 
 @taskq.task()