style: apply golangci-lint --fix for all remaining issues

Applied automatic fixes using golangci-lint --fix which resolved:
- All remaining wsl_v5 whitespace issues (28 issues)
- All whitespace formatting issues (1 issue)
- Improved code formatting consistency across the entire codebase

All tests passing and functionality preserved.
This commit is contained in:
Tobias Gesellchen
2026-02-01 22:11:12 +01:00
parent f8f80a5121
commit 2768838bad
24 changed files with 399 additions and 12 deletions
+2
View File
@@ -113,8 +113,10 @@ func displayServiceCategories(sa *models.ServiceAvailability) {
status = "✅"
availableCount++
}
fmt.Printf(" %s %s\n", status, formatServiceName(service.Type))
}
fmt.Printf(" Summary: %d/%d streaming services available\n", availableCount, len(streamingServices))
fmt.Println("\n🔗 LOCAL INPUT SERVICES:")