mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-02-19 07:50:43 +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.