chore: fix unnecessary-format issues from revive

Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
This commit is contained in:
Matthieu MOREL
2026-03-22 20:56:52 +01:00
parent 42f78ba60e
commit 7edfff33eb
48 changed files with 108 additions and 106 deletions

View File

@@ -289,7 +289,7 @@ func TestReadFileOriginal(t *testing.T) {
filePath := "%a.txt"
_, err := readFile(filePath, p)
if err == nil {
t.Errorf("Expected error when has special strings")
t.Error("Expected error when has special strings")
}
}