Skip to content

Commit

Permalink
Cleanup from review - #63
Browse files Browse the repository at this point in the history
  • Loading branch information
johnml1135 committed Aug 30, 2023
1 parent 2e10e0c commit 767f109
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/SIL.Machine.AspNetCore/Services/S3WriteStream.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@ public override async Task WriteAsync(byte[] buffer, int offset, int count, Canc
await transferUtility.UploadAsync(uploadRequest);
}

protected override void Dispose(bool disposing)
{
base.Dispose(disposing);
}

public override ValueTask DisposeAsync()
{
Dispose(disposing: false);
Expand Down

0 comments on commit 767f109

Please sign in to comment.