From 1ce9ffb8a3ebfe9074645f04bd71387ccca60d11 Mon Sep 17 00:00:00 2001 From: Matthew Weeks Date: Wed, 15 Jan 2025 21:03:19 -0500 Subject: [PATCH] Fix proto comment width --- proto/dydxprotocol/clob/query.proto | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/proto/dydxprotocol/clob/query.proto b/proto/dydxprotocol/clob/query.proto index ba807bdce3..7d6eeb1b61 100644 --- a/proto/dydxprotocol/clob/query.proto +++ b/proto/dydxprotocol/clob/query.proto @@ -187,8 +187,9 @@ message StreamOrderbookUpdatesRequest { // Market ids for price updates. repeated uint32 market_ids = 3; - // Filter order updates by subaccount IDs. - // If true, the orderbook updates only include orders from provided subaccount IDs. + // Filter order updates by subaccount IDs. + // If true, the orderbook updates only include orders from provided subaccount + // IDs. bool filter_orders_by_subaccount_id = 4; }