FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix py3 issues with g-j-f-diff by nakulj · Pull Request #682 · google/google-java-format · GitHub

Fix py3 issues with g-j-f-diff - #682

Closed
nakulj wants to merge 1 commit into
google:masterfrom
nakulj:patch-2
Closed

Fix py3 issues with g-j-f-diff#682
nakulj wants to merge 1 commit into
google:masterfrom
nakulj:patch-2

Conversation

nakulj commented Nov 2, 2021

Copy link
Copy Markdown
Contributor
  • StringIO expectes Text, not bytes.
  • string.join(a,b) is replaced with b.join(a)

- `StringIO` expectes `Text`, not `bytes`.
- `string.join(a,b)` is replaced with `b.join(a)`
google-cla Bot added the cla: yes label Nov 2, 2021
nakulj deleted the patch-2 branch November 15, 2021 17:11
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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL