mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-15 10:25:55 -07:00
fix go vet issues
This commit is contained in:
parent
ba94508be7
commit
c5178911de
3 changed files with 6 additions and 6 deletions
|
|
@ -33,6 +33,6 @@ func TestWrite(t *testing.T) {
|
|||
|
||||
err = Write("fixtures/test_write_out.jpg", buf)
|
||||
if err != nil {
|
||||
t.Fatal("Cannot write the file: %#v", err)
|
||||
t.Fatalf("Cannot write the file: %#v", err)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue