diff --git a/server/AyaNova/Controllers/LicenseController.cs b/server/AyaNova/Controllers/LicenseController.cs
index cc1a0e63..0167374f 100644
--- a/server/AyaNova/Controllers/LicenseController.cs
+++ b/server/AyaNova/Controllers/LicenseController.cs
@@ -146,7 +146,7 @@ namespace AyaNova.Api.Controllers
/// Posting to this route causes AyaNova to request a trial license key from the AyaNova license server
/// Database must be empty and unlicensed or trial license
///
- ///
+ ///
/// HTTP 204 No Content result code on success or fail code with explanation
[HttpPost("trialRequest")]
public async Task RequestTrial([FromBody] RequestTrial trialRequest)