Fix bad formatting of generated C++ code#39212
Closed
rshest wants to merge 1 commit into
Closed
Conversation
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D48827010 |
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D48827010 |
b489ab4 to
e6caa2a
Compare
Base commit: 904d3e8 |
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D48827010 |
e6caa2a to
ecc11f2
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D48827010 |
ecc11f2 to
c2fa4c0
Compare
Summary: Pull Request resolved: facebook#39212 ## Changelog: [Internal] - Some of the generated C++ code was badly formatted - even though it's normally not supposed to be read by humans, sometimes it's still useful/needed, so it helps when it's more readable. Reviewed By: christophpurrer Differential Revision: D48827010 fbshipit-source-id: 4347ccda8070e5063c074ca342dbcc5359a16aac
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D48827010 |
c2fa4c0 to
3b3bdff
Compare
|
This pull request was successfully merged by @rshest in 0c292f3. When will my fix make it into a release? | Upcoming Releases |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Changelog:
[Internal] -
Some of the generated C++ code was badly formatted - even though it's normally not supposed to be read by humans, sometimes it's still useful/needed, so it helps when it's more readable.
Differential Revision: D48827010