diff --git a/core/Piranha/Services/IContentGroupService.cs b/core/Piranha/Services/IContentGroupService.cs
index 746458d5b..55f20f25d 100644
--- a/core/Piranha/Services/IContentGroupService.cs
+++ b/core/Piranha/Services/IContentGroupService.cs
@@ -44,6 +44,5 @@ public interface IContentGroupService
/// Deletes the given model.
///
/// The model
- ///
Task DeleteAsync(ContentGroup model);
}