Skip to content

Commit

Permalink
Migrate google java format from 1.7 -> 1.21.0 (facebook#1290)
Browse files Browse the repository at this point in the history
Summary:
X-link: facebook/fresco#2757

X-link: facebook/litho#974

X-link: facebook/react-native#42754

X-link: facebook/hhvm#9431

X-link: WhatsApp/eqwalizer#52

X-link: facebookincubator/spectrum#1858

X-link: fbsamples/metapay#1

X-link: facebookincubator/fbjni#95

X-link: facebookincubator/Battery-Metrics#30

X-link: facebook/ktfmt#440

X-link: facebook/flipper#5456

Pull Request resolved: facebook#1290

X-link: facebook/TextLayoutBuilder#35

X-link: facebook/SoLoader#122

This diff migrates google java format form 1.7 to 1.21.0. 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.21.0

Reviewed By: IanChilds

Differential Revision: D52786052
  • Loading branch information
j-bahr authored and facebook-github-bot committed Mar 20, 2024
1 parent c9204c7 commit 6397992
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 6397992

Please sign in to comment.