Removed spaces before colons and semicolons.

This commit is contained in:
Serhiy Storchaka 2013-12-24 11:05:24 +02:00
commit 89e84e7523
12 changed files with 30 additions and 30 deletions

View file

@ -839,7 +839,7 @@ separate thread::
},
'loggers': {
'foo': {
'handlers' : ['foofile']
'handlers': ['foofile']
}
},
'root': {
@ -1527,7 +1527,7 @@ works::
},
'loggers': {
'foo': {
'handlers' : ['foofile']
'handlers': ['foofile']
}
},
'root': {