Skip to content

Commit

Permalink
Fix #2825: Missing whitespace after new()
Browse files Browse the repository at this point in the history
  • Loading branch information
siegfriedpammer committed Nov 2, 2022
1 parent 51c7c45 commit f2da255
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2835,6 +2835,7 @@ public virtual void VisitPrimitiveType(PrimitiveType primitiveType)
{
StartNode(primitiveType);
writer.WritePrimitiveType(primitiveType.Keyword);
isAfterSpace = false;
EndNode(primitiveType);
}

Expand Down

0 comments on commit f2da255

Please sign in to comment.