atahanyorganci opened a new pull request, #16164: URL: https://github.com/apache/datafusion/pull/16164
Remove trailing whitespace in `Display` for `LogicalPlan::Projection`. This prevents editors and other tools from automatically removing trailing whitespace at the end of lines. ## Which issue does this PR close? -- ## Rationale for this change Most editors automatically remove trailing whitespace at end of lines on save/paste actions. This chnage removes trailing whitespace from implementation and snapshots for better developer experience. ## What changes are included in this PR? -- ## Are these changes tested? Yes, all of the tests are updated with new expected print output. ## Are there any user-facing changes? This change only effects output of `LogicalPlan::display_indent()` and is purely for DX. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org