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