mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-17 11:16:34 -07:00
Fix formatting
This commit is contained in:
parent
7170832f93
commit
5f7342a9aa
1 changed files with 2 additions and 2 deletions
4
vips.go
4
vips.go
|
|
@ -279,8 +279,8 @@ func vipsFlattenBackground(image *C.VipsImage, background Color) (*C.VipsImage,
|
||||||
if int(err) != 0 {
|
if int(err) != 0 {
|
||||||
return nil, catchVipsError()
|
return nil, catchVipsError()
|
||||||
}
|
}
|
||||||
C.g_object_unref(C.gpointer(image))
|
C.g_object_unref(C.gpointer(image))
|
||||||
image = outImage
|
image = outImage
|
||||||
}
|
}
|
||||||
|
|
||||||
return image, nil
|
return image, nil
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue