aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Mahone <andrew.mahone@gmail.com>2019-11-07 11:21:40 -0500
committerGitHub <noreply@github.com>2019-11-07 11:21:40 -0500
commit4b75e6518e707096e4749c82d6fb7cdd303d3a43 (patch)
tree90bfb94b8b791dbbf533c8da7e7743d9d8ad6890
parentf60e9b0b62388f6e758870b53f3fb59b842fecd2 (diff)
Update MediaBrowser.Api/Attachments/AttachmentService.cs
formatting Co-Authored-By: Bond-009 <bond.009@outlook.com>
-rw-r--r--MediaBrowser.Api/Attachments/AttachmentService.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Attachments/AttachmentService.cs b/MediaBrowser.Api/Attachments/AttachmentService.cs
index c52ca2481..1ebfaa14b 100644
--- a/MediaBrowser.Api/Attachments/AttachmentService.cs
+++ b/MediaBrowser.Api/Attachments/AttachmentService.cs
@@ -62,6 +62,5 @@ namespace MediaBrowser.Api.Attachments
request.Index,
CancellationToken.None);
}
-
}
}