Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
nenoNaninu committed Aug 20, 2022
1 parent 5fbe6c1 commit d627724
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Tapper/TypeScriptCodeGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public void AddHeader(IGrouping<INamespaceSymbol, INamedTypeSymbol> types, ref C
var memberTypes = types
.SelectMany(static x => x.GetPublicFieldsAndProperties().IgnoreStatic())
.SelectMany(RoslynExtensions.GetRelevantTypesFromMemberSymbol);

var baseTypes = types
.Where(static x => x.BaseType is not null
&& x.BaseType.IsType
Expand Down

0 comments on commit d627724

Please sign in to comment.