Skip to content

Commit

Permalink
Noop change to try to fix false negative check error
Browse files Browse the repository at this point in the history
  • Loading branch information
dkashyn-sfdc committed Dec 2, 2024
1 parent 30f55a1 commit 33ebdc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/src/com/google/idea/blaze/base/settings/Blaze.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public static ProjectType getProjectType(@Nullable Project project) {

/**
* This variant allows us to enable and disable Query Sync for already imported project.
* com.google.idea.blaze.base.settings.Blaze#getProjectType(com.intellij.openapi.project.Project) is called quite often
* com.google.idea.blaze.base.settings.Blaze#getProjectType(com.intellij.openapi.project.Project) is called quite often,
* so we cannot reload project view from for every of such call.
* This is why we have this special case to make sure that Sync respects project view selection if there is any.
*/
Expand Down

0 comments on commit 33ebdc2

Please sign in to comment.