mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
lint fix 📝
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user