mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 22:12:23 +00:00
9dbfc3216c
The fmt.Sprintf("%v", s) call was pointless since s is already a string.
Removing this unnecessary conversion.