Commit 70501b2
committed
fix(safety): normalize CRLF to LF to satisfy git diff --check
Files were committed with CRLF line endings on Windows, which git diff --check reports as trailing whitespace on every line (the CR character). This caused the tRPC-Python-Agent-review bot to fail. Normalize all safety-module files to LF. No content change.1 parent 191281a commit 70501b2
14 files changed
Lines changed: 3262 additions & 3262 deletions
File tree
- examples/tool_safety
- safety
- scripts
- tests/tool_safety
- trpc_agent_sdk/safety
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
Large diffs are not rendered by default.
0 commit comments