Skip to content

Commit

Permalink
style: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilbaczek committed Dec 20, 2023
1 parent c60a71b commit 466fb76
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ internal static void MapSignContract(this IEndpointRouteBuilder app) => app.MapP
.WithOpenApi(operation => new(operation)
{
Summary = "Signs prepared contract",
Description =
"This endpoint is used to sign prepared contract by customer.",
Description = "This endpoint is used to sign prepared contract by customer."
})
.Produces(StatusCodes.Status204NoContent)
.Produces(StatusCodes.Status404NotFound)
Expand Down

0 comments on commit 466fb76

Please sign in to comment.