Skip to content

Commit de4f046

Browse files
committed
fix: indentation
Signed-off-by: Javier Aliaga <[email protected]>
1 parent dc81024 commit de4f046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protos/orchestrator_service.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ message TaskScheduledEvent {
101101
message TaskCompletedEvent {
102102
int32 taskScheduledId = 1;
103103
google.protobuf.StringValue result = 2;
104-
string taskExecutionId =3;
104+
string taskExecutionId = 3;
105105
}
106106

107107
message TaskFailedEvent {

0 commit comments

Comments
 (0)