Skip to content

Commit

Permalink
Remove dumpAndContinue call
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh DeGraw committed Jan 4, 2023
1 parent 9b77e15 commit 294bb4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Fantomas.Core/CodePrinter.fs
Original file line number Diff line number Diff line change
Expand Up @@ -3066,7 +3066,6 @@ let genType (t: Type) =
let size = getRecordSize ctx node.Fields

genNode node (isSmallExpression size smallExpression longExpression) ctx
|> dumpAndContinue

| Type.Paren node ->
genSingleTextNode node.OpeningParen
Expand Down

0 comments on commit 294bb4e

Please sign in to comment.