Page MenuHomePhabricator

Retroactively fix uses of fmt.Sprintf where no formatting occurs
Closed, ResolvedPublic

Description

There remains a few examples of the use of fmt.Sprintf in the pageviews service, where no actual string formatting is taking place. Any remaining examples of this should be converted to simple string variable declarations.

Event Timeline

Eevans triaged this task as Medium priority.Apr 5 2022, 8:52 PM
Eevans created this task.
DAbad subscribed.

have a merge request for this, just need to get it pushed

DAbad added a subscriber: BPirkle.

@BPirkle for peer QA/review

DAbad changed the task status from Open to In Progress.Apr 26 2022, 2:19 PM