Too many blank lines

This commit is contained in:
Ben 2019-04-22 01:25:33 +01:00
parent a7e0b83d71
commit 1ae04577f3

View File

@ -12,14 +12,12 @@ redis = {
'Port': 6379 'Port': 6379
} }
commands = { commands = {
'Prefix': ['!', '?', '.'], 'Prefix': ['!', '?', '.'],
'StringDelimiters': ['"', "'"], 'StringDelimiters': ['"', "'"],
'ConflictMode': ConflictResolution.Silent 'ConflictMode': ConflictResolution.Silent
} }
servers = { servers = {
'Login': { 'Login': {
'Address': '0.0.0.0', 'Address': '0.0.0.0',