Comparing v1.19.0...v1.19.1 · google/google-java-format
Commits on Dec 19, 2023
-
chore: fix
SyntaxWarning: invalid escape sequence +for py3.12``` /opt/homebrew/Cellar/google-java-format/1.19.0/bin/google-java-format-diff:78: SyntaxWarning: invalid escape sequence '\+' match = re.search('^\+\+\+\ (.*?/){%s}(\S*)' % args.p, line) /opt/homebrew/Cellar/google-java-format/1.19.0/bin/google-java-format-diff:91: SyntaxWarning: invalid escape sequence '\+' match = re.search('^@@.*\+(\d+)(,(\d+))?', line) ``` relates to Homebrew/homebrew-core#157669 cc @cushon Fixes #1017 COPYBARA_INTEGRATE_REVIEW=#1017 from chenrui333:py3.12 36d80d1 PiperOrigin-RevId: 592246854chenrui333 authored and google-java-format Team committed
Dec 19, 2023