mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-21 02:33:32 +00:00
f383cf8ddf
The fmt.Sprintf("%v", s) call was pointless since s is already a string.
Removing this unnecessary conversion.