Skip to content

Commit

Permalink
Add a missing space in comment.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 325487455
  • Loading branch information
justinhorvitz authored and copybara-github committed Aug 7, 2020
1 parent 0da8b9e commit 7749741
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ public TreeArtifactValue build() {
fingerprint.addPath(childData.getKey().getParentRelativePath());
childData.getValue().addTo(fingerprint);

// Tolerate a mix of local and remote children(b/152496153#comment80).
// Tolerate a mix of local and remote children (b/152496153#comment80).
entirelyRemote &= childData.getValue().isRemote();
}

Expand Down

0 comments on commit 7749741

Please sign in to comment.