Tests: style.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
def application(environ, start_response):
|
||||
|
||||
start_response('200', [
|
||||
('Content-Length', '0'),
|
||||
('Server-Port', environ.get('SERVER_PORT'))
|
||||
])
|
||||
start_response(
|
||||
'200',
|
||||
[('Content-Length', '0'), ('Server-Port', environ.get('SERVER_PORT'))],
|
||||
)
|
||||
return []
|
||||
|
||||
Reference in New Issue
Block a user