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 bbfb4a0 commit f1bafd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public BlazeProjectData build() {
this.artifactLocationDecoder != null
? this.artifactLocationDecoder
: new ArtifactLocationDecoderImpl(
blazeInfo, workspacePathResolver, RemoteOutputArtifacts.EMPTY);
blazeInfo, workspacePathResolver, RemoteOutputArtifacts.EMPTY);
WorkspaceLanguageSettings workspaceLanguageSettings =
this.workspaceLanguageSettings != null
? this.workspaceLanguageSettings
Expand Down

0 comments on commit f1bafd1

Please sign in to comment.