Skip to content

Commit 39a71a6

Browse files
committed
fix: remove unnecessary blank line in JsonSchema class for improved readability
1 parent bb67066 commit 39a71a6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ReflectorNet/src/Utils/Json/JsonSchema.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,6 @@ public JsonNode GetArgumentsSchema(Reflector reflector, MethodInfo method, bool
338338
unwrappedType == typeof(ValueTask))
339339
return null;
340340

341-
342341
// Unwrap Task<T> and ValueTask<T> to get the actual return type T
343342
if (unwrappedType.IsGenericType)
344343
{

0 commit comments

Comments
 (0)