Tidy up branch

This commit is contained in:
Conrad Irwin 2024-01-04 11:55:14 -07:00
parent fcf7007e0b
commit d2afc97b53
4 changed files with 4 additions and 7 deletions

View file

@ -369,7 +369,7 @@ message JoinProject {
}
message JoinProjectResponse {
optional uint32 replica_id = 1;
uint32 replica_id = 1;
repeated WorktreeMetadata worktrees = 2;
repeated Collaborator collaborators = 3;
repeated LanguageServer language_servers = 4;