diff --git a/Oqtane.Client/Services/FileService.cs b/Oqtane.Client/Services/FileService.cs
index 2b45455a..75256fc8 100644
--- a/Oqtane.Client/Services/FileService.cs
+++ b/Oqtane.Client/Services/FileService.cs
@@ -101,7 +101,6 @@ namespace Oqtane.Services
/// Unzips the contents of a zip file
///
/// Reference to the
- ///
///
Task UnzipFileAsync(int fileId);
}