mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-07 21:48:13 -08: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 {
|
||||
return nil, catchVipsError()
|
||||
}
|
||||
C.g_object_unref(C.gpointer(image))
|
||||
image = outImage
|
||||
C.g_object_unref(C.gpointer(image))
|
||||
image = outImage
|
||||
}
|
||||
|
||||
return image, nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue