mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-02-18 23:41:48 +01:00
The fmt.Sprintf("%v", s) call was pointless since s is already a string.
Removing this unnecessary conversion.
The fmt.Sprintf("%v", s) call was pointless since s is already a string.
Removing this unnecessary conversion.