From b8990d482051336a527eafd8921ee810d51ed269 Mon Sep 17 00:00:00 2001 From: Lucas Date: Fri, 12 Jan 2024 09:27:47 -0800 Subject: [PATCH] fix proto --- proto/dydxprotocol/blocktime/query.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proto/dydxprotocol/blocktime/query.proto b/proto/dydxprotocol/blocktime/query.proto index f1be23e9eed..b06e18289c9 100644 --- a/proto/dydxprotocol/blocktime/query.proto +++ b/proto/dydxprotocol/blocktime/query.proto @@ -23,7 +23,8 @@ service Query { // Queries all recorded downtime info. rpc AllDowntimeInfo(QueryAllDowntimeInfoRequest) returns (QueryAllDowntimeInfoResponse) { - option (google.api.http).get = "/dydxprotocol/v4/blocktime/all_downtime_info"; + option (google.api.http).get = + "/dydxprotocol/v4/blocktime/all_downtime_info"; } }