Update MediaBrowser.Api/Attachments/AttachmentService.cs

formatting

Co-Authored-By: Bond-009 <bond.009@outlook.com>
This commit is contained in:
Andrew Mahone 2019-11-07 11:21:40 -05:00 committed by GitHub
parent f60e9b0b62
commit 4b75e6518e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,6 +62,5 @@ namespace MediaBrowser.Api.Attachments
request.Index,
CancellationToken.None);
}
}
}