Skip to content

Commit 58ea15b

Browse files
committed
cleanup
1 parent 373bf34 commit 58ea15b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/printer/printer.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,7 @@ func (p *Printer) getLiteralTextOfNode(node *ast.LiteralLikeNode, sourceFile *as
206206
}
207207
}
208208
}
209-
210209
// !!! Printer option to control whether to terminate unterminated literals
211-
// !!! If necessary, printer option to control whether to preserve numeric separators
212210
if p.emitContext.EmitFlags(node)&EFNoAsciiEscaping != 0 {
213211
flags |= getLiteralTextFlagsNeverAsciiEscape
214212
}

0 commit comments

Comments
 (0)