Skip to content

Commit

Permalink
Fix #928: Null literal white space formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
siegfriedpammer committed Oct 22, 2017
1 parent 425d1ae commit 79dec01
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -890,6 +890,7 @@ public virtual void VisitNullReferenceExpression(NullReferenceExpression nullRef
{
StartNode(nullReferenceExpression);
writer.WritePrimitiveValue(null);
isAfterSpace = false;
EndNode(nullReferenceExpression);
}

Expand Down

0 comments on commit 79dec01

Please sign in to comment.