- Notifications
You must be signed in to change notification settings - Fork898
Renamegoogle-java-format-diff.py
togoogle_java_format_diff.py
for **Module Import** Compatibility#1121
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View thisfailed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
resolves#1120 |
This pull request renames the file
google-java-format-diff.py
togoogle_java_format_diff.py
and updates all occurrences in the codebase and documentation to reflect this change. The primary motivation for this change is to enable the script to be imported as a Python module, which is not possible with hyphens in the filename.Changes Made:
Benefits:
Please review the changes and let me know if any further modifications are needed. Thank you!