mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-18 08:36:13 +00:00
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:
@@ -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:")
|
||||
|
||||
Reference in New Issue
Block a user