Index: appengine/isolate/handlers_endpoints_v1.py |
diff --git a/appengine/isolate/handlers_endpoints_v1.py b/appengine/isolate/handlers_endpoints_v1.py |
index 20a409afd405ce3936b998f49482693671aa8444..251821ce736272d9854b19083a43fdb577313db2 100644 |
--- a/appengine/isolate/handlers_endpoints_v1.py |
+++ b/appengine/isolate/handlers_endpoints_v1.py |
@@ -318,7 +318,8 @@ class IsolateService(remote.Service): |
# TODO(kjlubick): Rework these APIs, the http_method part seems to break |
# API explorer. |
- @auth.endpoints_method(message_types.VoidMessage, ServerDetails, |
+ @auth.endpoints_method( |
+ message_types.VoidMessage, ServerDetails, |
http_method='GET') |
@auth.require(acl.isolate_readable) |
def server_details(self, _request): |