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

[internal] softwrap pants.jvm #14989

Merged
merged 1 commit into from
Apr 4, 2022
Merged

Conversation

thejcannon
Copy link
Member

The only differences are the additional newlines that were trailing (for some reason) are now gone, and some spurious spaces removed.

[ci skip-rust]
[ci skip-build-wheels]

# Rust tests and lints will be skipped. Delete if not intended.
[ci skip-rust]

# Building wheels and fs_util will be skipped. Delete if not intended.
[ci skip-build-wheels]
@thejcannon thejcannon added the category:internal CI, fixes for not-yet-released features, etc. label Apr 4, 2022
),
advanced=True,
)
jdk = StrOption(
"--jdk",
default="adopt:1.11",
help=(
"The JDK to use.\n\n"
" This string will be passed directly to Coursier's `--jvm` parameter."
Copy link
Member Author

@thejcannon thejcannon Apr 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This leading space was a mistake because it was already after \n. There's a few more of these I'll leave to the reader to find.

@thejcannon thejcannon merged commit 92963cc into pantsbuild:main Apr 4, 2022
@thejcannon thejcannon deleted the softwrapagain branch April 4, 2022 16:50
Copy link
Contributor

@Eric-Arellano Eric-Arellano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:internal CI, fixes for not-yet-released features, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants