ソースを参照

Whitespace fix

Ask Solem 16 年 前
コミット
298ec3f44f
1 ファイル変更1 行追加1 行削除
  1. 1 1
      celery/task/base.py

+ 1 - 1
celery/task/base.py

@@ -114,7 +114,7 @@ class Task(object):
     def __init__(self):
         if not self.__class__.name:
             self.__class__.name = get_full_cls_name(self.__class__)
-                                  
+
     def __call__(self, *args, **kwargs):
         return self.run(*args, **kwargs)