astprinter: PrintIndent applies indentation twice #405
Labels
bug
Something isn't working
good first issue
Good for newcomers
internally-reviewed
Internally reviewed
Check out the following snippet: https://go.dev/play/p/FkEAZlnbd-E
The indentation is set to a single tab (
"\t"
), however, the printed output uses two tabs for indentation. Only one is expected.Output:
The text was updated successfully, but these errors were encountered: