Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
  • Loading branch information
kotwanikunal committed Aug 8, 2023
1 parent e13a999 commit 40ee753
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ private void uploadBlob(
contentLength,
true,
writePriority,
(RemoteTransferContainer.OffsetRangeInputStreamSupplier) (size, position) -> new OffsetRangeFileInputStream(
(size, position) -> new OffsetRangeFileInputStream(
fileSnapshot.getPath(),
size,
position
Expand Down

0 comments on commit 40ee753

Please sign in to comment.