misc: address unnecessary use of fmt.Sprintf
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
This commit is contained in:
@@ -54,5 +54,5 @@ func (p *SafeRelativePath) Type() string {
|
||||
}
|
||||
|
||||
func (p *SafeRelativePath) Description() string {
|
||||
return fmt.Sprintf("secure relative path")
|
||||
return "secure relative path"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user