Skip to content

Commit ab059fc

Browse files
committed
Align wrapped params
1 parent 76286ae commit ab059fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Microsoft.OpenApi/Reader/OpenApiModelFactory.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ public static async Task<ReadResult> ParseAsync(string input,
117117
/// <param name="settings">The OpenApi reader settings.</param>
118118
/// <returns>An OpenAPI document instance.</returns>
119119
public static async Task<ReadFragmentResult> ParseAsync<T>(string input,
120-
OpenApiSpecVersion version,
121-
OpenApiReaderSettings settings = null) where T : IOpenApiElement
120+
OpenApiSpecVersion version,
121+
OpenApiReaderSettings settings = null) where T : IOpenApiElement
122122
{
123123
var format = input.StartsWith("{") || input.StartsWith("[") ? OpenApiConstants.Json : OpenApiConstants.Yaml;
124124
settings ??= new OpenApiReaderSettings();

0 commit comments

Comments
 (0)