Skip to content

Commit 77e769d

Browse files
committed
Style.
1 parent 7e43c49 commit 77e769d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/mod_wsgi_test/mod_wsgi_test_replica_set.wsgi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ def application(environ, start_response):
5151
sys.version, mod_wsgi_version, pymongo.version)
5252
response_headers = [('Content-Length', str(len(output)))]
5353
start_response('200 OK', response_headers)
54-
return [output]
54+
return [output]

test/mod_wsgi_test/mod_wsgi_test_single_server.wsgi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ def application(environ, start_response):
5050
sys.version, mod_wsgi_version, pymongo.version)
5151
response_headers = [('Content-Length', str(len(output)))]
5252
start_response('200 OK', response_headers)
53-
return [output]
53+
return [output]

0 commit comments

Comments
 (0)