Skip to content

Commit

Permalink
Automatic code cleanup.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 381770833
  • Loading branch information
Googler authored and Copybara-Service committed Jun 28, 2021
1 parent 766cd0e commit af42653
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -229,7 +229,6 @@ public ListenableFuture<Void> uploadBlobAsync(
* @param chunker the data to upload.
* @param forceUpload if {@code false} the blob is not uploaded if it has previously been
* uploaded, if {@code true} the blob is uploaded.
* @throws IOException when reading of the {@link Chunker}s input source fails
*/
public ListenableFuture<Void> uploadBlobAsync(
RemoteActionExecutionContext context, Digest digest, Chunker chunker, boolean forceUpload) {
Expand Down

0 comments on commit af42653

Please sign in to comment.