Commit db62df5
fix(catalog,flow): address clippy and golangci-lint warnings
- Rust: remove needless Ok(x?) → x (clippy::needless_question_mark)
- Go: use http.NoBody instead of nil request body (gocritic::httpNoBody)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 9fa12f7 commit db62df5
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
0 commit comments