Formatting

This commit is contained in:
Kieran 2022-07-25 20:38:58 +01:00
parent 007e11571b
commit ad59bdd96c
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
7 changed files with 16 additions and 15 deletions

View File

@ -145,6 +145,7 @@ public class S3FileStore : StreamFileStore, IFileStore
BucketName = _config.BucketName, BucketName = _config.BucketName,
Key = request.Id.ToString() Key = request.Id.ToString()
}; };
if (request.Ranges.Any()) if (request.Ranges.Any())
{ {
var r = request.Ranges.First(); var r = request.Ranges.First();