Commit 575889b
committed
refactor: extract repeated strings.ToUpper call into variable
Address PR review feedback by storing the uppercase protocol name
in a local variable instead of calling strings.ToUpper three times.
Made-with: Cursor1 parent 8e067ee commit 575889b
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
| 228 | + | |
| 229 | + | |
229 | 230 | | |
230 | | - | |
| 231 | + | |
231 | 232 | | |
232 | 233 | | |
233 | 234 | | |
| |||
0 commit comments