From 29490f523207f0390c447a8ea008d469cbb63c6e Mon Sep 17 00:00:00 2001 From: wwestgarth Date: Wed, 15 May 2024 08:49:54 +0100 Subject: [PATCH] chore: fix buf format --- protos/sources/vega/events/v1/events.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/sources/vega/events/v1/events.proto b/protos/sources/vega/events/v1/events.proto index 9d0f6767331..5475295ecda 100644 --- a/protos/sources/vega/events/v1/events.proto +++ b/protos/sources/vega/events/v1/events.proto @@ -1467,7 +1467,7 @@ enum BusEventType { // Event containing the IDs of orders cancelled by a party on a market. BUS_EVENT_TYPE_CANCELLED_ORDERS = 89; - + // Event containing the near realtime game scores for parties and teams. BUS_EVENT_TYPE_GAME_SCORES = 90;