fix(resize): code format issue

This commit is contained in:
Tomas Aparicio 2017-09-10 17:07:29 +02:00
parent d2a6c2d64d
commit d31288c3c8
3 changed files with 6 additions and 6 deletions

View file

@ -29,8 +29,8 @@ func TestDeterminateImageType(t *testing.T) {
if VipsIsTypeSupported(file.expected) {
if DetermineImageType(buf) != file.expected {
t.Fatalf("Image type is not valid: %s != %s", file.name, ImageTypes[file.expected])
}
}
}
}
}
}