Skip to content

Commit f9485c2

Browse files
committed
Format the indentation according to the rest of the file
Signed-off-by: Mehdi Khoshnoodi <[email protected]>
1 parent 3d2dbf4 commit f9485c2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Common/protobuf/signalling_messages.proto

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,12 @@ message unsubscribe {
131131
/**
132132
* Sent in response to a subscribe message when something goes wrong.
133133
*/
134-
message subscribeFailed {
135-
// Should always be 'subscribeFailed'
136-
string type = 1;
137-
// A description of what went wrong.
138-
string message = 2;
139-
}
134+
message subscribeFailed {
135+
// Should always be 'subscribeFailed'
136+
string type = 1;
137+
// A description of what went wrong.
138+
string message = 2;
139+
}
140140

141141
/**
142142
* A message sent to a streamer to notify it that a player has just

0 commit comments

Comments
 (0)