Skip to content

Commit 6516b91

Browse files
Removes dangling comma
1 parent 7648258 commit 6516b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DevProxy.Plugins/Generation/OpenApiSpecGeneratorPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ private void SetResponseFromSession(OpenApiOperation operation, Response respons
422422
Logger.LogDebug(" Ignoring response types");
423423
return new()
424424
{
425-
Type = "string",
425+
Type = "string"
426426
};
427427
}
428428

0 commit comments

Comments
 (0)