Commit 9b0b083
fix(replay): Keep @Try on single line in fallback path
clang-format was splitting @Try into "@" and "try {" on separate lines
in the fallback path. While clang accepts this, it's unusual and breaks
grep discoverability. Wrapped with clang-format off/on pragmas to
preserve single-line formatting.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 1cdb266 commit 9b0b083
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
831 | 831 | | |
832 | 832 | | |
833 | 833 | | |
834 | | - | |
835 | | - | |
| 834 | + | |
| 835 | + | |
836 | 836 | | |
837 | 837 | | |
838 | 838 | | |
839 | 839 | | |
840 | 840 | | |
841 | 841 | | |
| 842 | + | |
842 | 843 | | |
843 | 844 | | |
844 | 845 | | |
| |||
0 commit comments