tidy: remove redundant Sprintf
Created by: rvantonder
If the argument to Sprintf
is just a constant string, we can remove the call.
Created wit
{
"scopeQuery": "repo:github.com/sourcegraph/sourcegraph",
"matchTemplate": "fmt.Sprintf(\":[args]\")",
"rewriteTemplate": "\":[args]\""
}