Skip to content

Commit

Permalink
Indent OpenAPI statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelle authored Sep 5, 2023
1 parent db466b4 commit 0802d7b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/Refitter/Validation/OpenApiStats.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@ public override void Visit(OpenApiCallback callback)
public override string ToString()
{
return $"""
Path Items: {PathItemCount}
Operations: {OperationCount}
Parameters: {ParameterCount}
Request Bodies: {RequestBodyCount}
Responses: {ResponseCount}
Links: {LinkCount}
Callbacks: {CallbackCount}
Schemas: {SchemaCount}
- Path Items: {PathItemCount}
- Operations: {OperationCount}
- Parameters: {ParameterCount}
- Request Bodies: {RequestBodyCount}
- Responses: {ResponseCount}
- Links: {LinkCount}
- Callbacks: {CallbackCount}
- Schemas: {SchemaCount}
""";
}
}

0 comments on commit 0802d7b

Please sign in to comment.