Skip to content

Commit

Permalink
remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
IXLLEGACYIXL committed Jan 15, 2024
1 parent 4e81a8f commit 79e993f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ private static void AnalyzeSymbol(SymbolAnalysisContext context, INamedTypeSymbo
if (datacontractData is { NamedArguments: [.., { Key: "Inherited" , Value: TypedConstant inherited } ] })
{
isInherited = (bool)inherited.Value!;
}
}
break;
}
type = type.BaseType;
Expand Down

0 comments on commit 79e993f

Please sign in to comment.