refactor: fix error WHITESPACE and FINALNEWLINE

This commit is contained in:
2025-02-11 17:13:13 +03:00
parent 047ccfa754
commit 46bbc34956
2 changed files with 3 additions and 3 deletions
Endpoint/Controllers/V1

@ -315,4 +315,4 @@ public class AuthController(IOptionsSnapshot<Admin> user, IOptionsSnapshot<Gener
return Ok(password);
}
}
}