Skip to content

Commit

Permalink
A little cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
belav committed Oct 11, 2021
1 parent 0ee1698 commit 3f604f5
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,16 +190,7 @@ public static Doc Print(CSharpSyntaxNode node)

if (constraintClauses != null)
{
docs.Add(
// parameterGroupId != null
// // TODO what about this?
// ? ConstraintClauses.PrintWithConditionalSpace(
// constraintClauses,
// parameterGroupId
// )
// :
ConstraintClauses.Print(constraintClauses)
);
docs.Add(ConstraintClauses.Print(constraintClauses));
}

if (body != null)
Expand Down

0 comments on commit 3f604f5

Please sign in to comment.