Skip to content

Commit

Permalink
Removed newline to trigger docker CI
Browse files Browse the repository at this point in the history
  • Loading branch information
j4asper committed Apr 20, 2024
1 parent 62d23d2 commit 9c54b56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Controllers/ErrorController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ public IActionResult HttpStatusCodeHandler(int statusCode)
ViewData["Message"] = "Not Found";
break;
}

return View();
}
}
Expand Down

0 comments on commit 9c54b56

Please sign in to comment.