reformat code according to pep8
This commit is contained in:
@@ -444,7 +444,8 @@ class WOLogMailController(CementBaseController):
|
||||
(['--nginx'],
|
||||
dict(help='Mail Nginx Error logs file', action='store_true')),
|
||||
(['--php'],
|
||||
dict(help='Mail PHP 7.2 Error logs file', action='store_true')),
|
||||
dict(help='Mail PHP 7.2 Error logs file',
|
||||
action='store_true')),
|
||||
(['--fpm'],
|
||||
dict(help='Mail PHP 7.2-fpm slow logs file',
|
||||
action='store_true')),
|
||||
|
||||
Reference in New Issue
Block a user