lint fix 📝
This commit is contained in:
parent
c54f7f2a8d
commit
3b94d268eb
3 changed files with 13 additions and 13 deletions
|
@ -359,7 +359,7 @@ mate::Handle<NativeImage> NativeImage::Resize(
|
|||
bool width_set = options.GetInteger("width", &width);
|
||||
bool height_set = options.GetInteger("height", &height);
|
||||
size.SetSize(width, height);
|
||||
|
||||
|
||||
isolate_->AdjustAmountOfExternalAllocatedMemory(
|
||||
(width_set * height_set - width * height) * 4);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue