code format

main
Paul Schneider 6 years ago
parent 56cbe2e874
commit e71f598bd3
1 changed files with 1 additions and 0 deletions

@ -146,6 +146,7 @@ namespace Yavsc.Controllers
[HttpDelete("{id}")]
public async Task<IActionResult> DeleteCircleAuthorizationToFile([FromRoute] long id)
{
if (!ModelState.IsValid)
{
return HttpBadRequest(ModelState);

Loading…