From 3c6ca2af43feb447c222f052fb3541b00d781c39 Mon Sep 17 00:00:00 2001 From: RickyRister Date: Mon, 4 Aug 2025 20:26:40 -0300 Subject: [PATCH] run formatter --- common/pb/command_replay_get_code.proto | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/pb/command_replay_get_code.proto b/common/pb/command_replay_get_code.proto index 8a9a72726..e4573153c 100644 --- a/common/pb/command_replay_get_code.proto +++ b/common/pb/command_replay_get_code.proto @@ -2,8 +2,8 @@ syntax = "proto2"; import "session_commands.proto"; message Command_ReplayGetCode { - extend SessionCommand { - optional Command_ReplayGetCode ext = 1104; - } - optional sint32 game_id = 1 [default = -1]; + extend SessionCommand { + optional Command_ReplayGetCode ext = 1104; + } + optional sint32 game_id = 1 [default = -1]; }