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 indent of MLDataFormats.proto #9181

Merged
merged 1 commit into from
Jan 13, 2021
Merged

Conversation

Renkai
Copy link
Contributor

@Renkai Renkai commented Jan 12, 2021

Currently, our protobuf definition files have a mixed indent of tabs and spaces, which will make them have a different visual effect on different editors or IDEs, and it may become noise in code review.

Unfortunately, we don't have an automatic way to keep protobuf files in good format yet. This PR replaced existing tabs in protobuf definition files with spaces.

Signed-off-by: Renkai <gaelookair@gmail.com>
@sijie sijie added the type/cleanup Code or doc cleanups e.g. remove the outdated documentation or remove the code no longer in use label Jan 12, 2021
@sijie sijie added this to the 2.8.0 milestone Jan 12, 2021
@Renkai
Copy link
Contributor Author

Renkai commented Jan 12, 2021

/pulsarbot run-failure-checks

2 similar comments
@sijie
Copy link
Member

sijie commented Jan 12, 2021

/pulsarbot run-failure-checks

@Renkai
Copy link
Contributor Author

Renkai commented Jan 13, 2021

/pulsarbot run-failure-checks

@codelipenghui codelipenghui merged commit 1aa7c9b into apache:master Jan 13, 2021
@codelipenghui codelipenghui changed the title Fix protobuf indent Fix indent of MLDataFormats.proto Jan 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/cleanup Code or doc cleanups e.g. remove the outdated documentation or remove the code no longer in use
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants