fix go vet issues

This commit is contained in:
Aarti Parikh 2016-09-07 21:29:47 -07:00
parent ba94508be7
commit c5178911de
3 changed files with 6 additions and 6 deletions

View file

@ -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)
}
}