Skip to content

Commit

Permalink
Migrate google java format from 1.7 -> 1.19.2
Browse files Browse the repository at this point in the history
Summary:
X-link: facebook/SoLoader#122

This diff migrates google java format form 1.7 to 1.19.2. This update will allow for new language features from java 17 and 21. This diff also formats all necessary files.

 Changelog:
    [Internal][Changed] - Updated format from google-java-format 1.7 -> 1.19.2

Reviewed By: IanChilds

Differential Revision: D52786052
  • Loading branch information
j-bahr authored and facebook-github-bot committed Jan 31, 2024
1 parent 4815372 commit 5b7a77e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,8 @@ public LocaleIdSubtag nextSubtag() throws LocaleIdSubtagIterationFailed {
for (mCurrentSubtagEnd = mCurrentSubtagStart;
mCurrentSubtagEnd < mLocaleIdBuffer.length()
&& !isSubtagSeparator(mLocaleIdBuffer.charAt(mCurrentSubtagEnd));
mCurrentSubtagEnd++) ;
mCurrentSubtagEnd++)
;

if (mCurrentSubtagEnd > mCurrentSubtagStart) {
mCurrentSubtagEnd--;
Expand Down

0 comments on commit 5b7a77e

Please sign in to comment.