Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
pstreef committed Jul 26, 2024
1 parent b58787d commit 6ef5ca9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ private void afterSyntax(Yaml y, PrintOutputCapture<P> p) {
}
}

// todo if we can keep the current indentation in the context of the printer that would save some cpu cycles
private int countCurrentIndentation(PrintOutputCapture<P> printOutputCapture) {
String[] lines = printOutputCapture.out.toString().split("\n");
String lastLine = lines[lines.length - 1];
Expand Down

0 comments on commit 6ef5ca9

Please sign in to comment.