Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

print/printSchema: remove trailing new line #2997

Merged
merged 1 commit into from Mar 28, 2021

Commits on Mar 28, 2021

  1. print/printSchema: remove trailing new line

    Remove special behaviour for printing `DocumentNode` that added trailing
    new line.
    This change allows to tools to add newline only if it required by code
    convention or OS convention.
    
    Scripts and CLI tool can return previous behaviour by adding `\n`.
    IvanGoncharov committed Mar 28, 2021
    Copy the full SHA
    0cf2e39 View commit details
    Browse the repository at this point in the history