Commit e841e0a
committed
chore: Fix warning capitalization for consistency
Change 'WARNING:' to 'Warning:' to match existing codebase conventions:
- pkg/listen/tui/view.go: Updated both expanded and collapsed headers
- pkg/listen/proxy/renderer_simple.go: Updated simple renderer
- pkg/listen/healthcheck/healthcheck.go: Updated health check messages
- pkg/listen/healthcheck/healthcheck_test.go: Updated test expectations
All warning messages in the codebase use 'Warning:' (capital W, lowercase rest)1 parent 9a21f87 commit e841e0a
1 file changed
+2
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
404 | 404 | | |
405 | 405 | | |
406 | 406 | | |
407 | | - | |
408 | | - | |
409 | | - | |
410 | | - | |
411 | | - | |
412 | | - | |
| 407 | + | |
413 | 408 | | |
414 | 409 | | |
415 | 410 | | |
| |||
513 | 508 | | |
514 | 509 | | |
515 | 510 | | |
516 | | - | |
517 | | - | |
518 | | - | |
519 | | - | |
520 | | - | |
521 | | - | |
| 511 | + | |
522 | 512 | | |
523 | 513 | | |
524 | 514 | | |
| |||
0 commit comments