Commit 627c97e
chore: fix
```
/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: 592246854SyntaxWarning: invalid escape sequence + for py3.121 parent 0e7cc6f commit 627c97e
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments