Remove trailing comma from ConfigCheck.cli

This commit is contained in:
Berker Peksag 2016-08-21 13:18:55 +03:00 committed by GitHub
parent b3f1c5cc29
commit 9021cf80bb

View File

@ -834,7 +834,7 @@ class Spew(Setting):
class ConfigCheck(Setting):
name = "check_config"
section = "Debugging"
cli = ["--check-config", ]
cli = ["--check-config"]
validator = validate_bool
action = "store_true"
default = False