Skip to content

Commit a533f7a

Browse files
committed
run dotnet regitlint
1 parent f53c54f commit a533f7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Minio/ApiEndpoints/ObjectOperations.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,11 +897,12 @@ private async Task<IDictionary<int, string>> PutObjectPartAsync(PutObjectPartArg
897897
return null;
898898
}
899899

900-
if(args.ObjectSize == -1)
900+
if (args.ObjectSize == -1)
901901
{
902902
progressReport.Percentage = 100;
903903
args.Progress?.Report(progressReport);
904904
}
905+
905906
return etags;
906907
}
907908

0 commit comments

Comments
 (0)