Skip to content

Aes format ticks are not formatted properly #2613

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

Merged
merged 2 commits into from
May 16, 2018

Conversation

schloerke
Copy link
Contributor

current:

aes(short = 1, veryveryverylong = 2)
# Aesthetic mapping: 
# * `short           ` -> 1
# * `veryveryverylong` -> 2

PR

aes(short = 1, veryveryverylong = 2)
# Aesthetic mapping: 
# * `short`            -> 1
# * `veryveryverylong` -> 2

The back ticks should not contain the white space around the variable names. This change keeps the spacing, just moves the back ticks to be directly around the name.

@schloerke
Copy link
Contributor Author

Travis is failing on release and devel because of travis downloading issues, not code issues. I believe libraries are being updated.

@hadley hadley merged commit 0c7eda0 into tidyverse:master May 16, 2018
@hadley
Copy link
Member

hadley commented May 16, 2018

Thanks!

@lock
Copy link

lock bot commented Nov 12, 2018

This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/

@lock lock bot locked and limited conversation to collaborators Nov 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants