1
0
mirror of synced 2026-02-06 19:05:55 +00:00

misc: address unnecessary use of fmt.Sprintf

Signed-off-by: Hidde Beydals <hidde@hhh.computer>
This commit is contained in:
Hidde Beydals
2023-10-13 10:04:18 +02:00
parent b67a46371b
commit 3c495861a1
2 changed files with 2 additions and 2 deletions

View File

@@ -54,5 +54,5 @@ func (p *SafeRelativePath) Type() string {
}
func (p *SafeRelativePath) Description() string {
return fmt.Sprintf("secure relative path")
return "secure relative path"
}