Skip to content

Commit

Permalink
Avoid some unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mtoader committed Aug 28, 2024
1 parent 96df3ab commit bbfb4a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@

import org.jetbrains.annotations.Nullable;

/**
* Implementation of {@link BlazeProjectData} specific to querysync.
*/
/** Implementation of {@link BlazeProjectData} specific to querysync. */
public class QuerySyncProjectData implements BlazeProjectData {

private static final Logger logger = Logger.getInstance(QuerySyncProjectData.class);
Expand Down
1 change: 1 addition & 0 deletions proto/project_data.proto
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ message ExternalWorkspace {
string name = 1;
string repo_name = 2;
}

message ExternalWorkspaceData {
repeated ExternalWorkspace workspaces = 1;
}
Expand Down

0 comments on commit bbfb4a0

Please sign in to comment.