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

fix(v2): remove unnecessary backtick in output #3839

Merged
merged 2 commits into from
Nov 30, 2020

Conversation

sivaraam
Copy link
Contributor

Motivation

On reading the output that gets printed when there are inexistent IDs, I noticed an additional backtick getting printed after the list of IDs. So, I thought of proposing a change that removes it.

Have you read the Contributing Guidelines on pull requests?

Yes.

Test Plan

Facing issues with testing the change locally. Hopefully, it should work properly. I'll update once I'm able to test this locally.

Related PRs

N/A

The escaped backtick seems to be present for no clear reason.
As a matter of fact, it seems to be cluttering the output.

So, remove the unnecessary backtick in the output.
@facebook-github-bot facebook-github-bot added the CLA Signed Signed Facebook CLA label Nov 28, 2020
@netlify
Copy link

netlify bot commented Nov 28, 2020

Deploy preview for docusaurus-2 ready!

Built with commit 82ba2c1

https://deploy-preview-3839--docusaurus-2.netlify.app

Copy link
Contributor

@lex111 lex111 left a comment

Choose a reason for hiding this comment

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

Good catch, but please update snapshots by running yarn test -u.

@slorber slorber added pr: polish This PR adds a very minor behavior improvement that users will enjoy. pr: bug fix This PR fixes a bug in a past release. and removed pr: polish This PR adds a very minor behavior improvement that users will enjoy. labels Nov 30, 2020
@slorber
Copy link
Collaborator

slorber commented Nov 30, 2020

thanks, updated Jest the snapshot for you and will merge asap

@slorber slorber merged commit cf5644d into facebook:master Nov 30, 2020
@sivaraam
Copy link
Contributor Author

Great, thanks! 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Signed Facebook CLA pr: bug fix This PR fixes a bug in a past release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants