Appease the linting overlords

This commit is contained in:
Samuel Attard 2017-10-10 17:17:51 +11:00
parent b5ba8699f3
commit 9308c96f95
No known key found for this signature in database
GPG key ID: E89DDE5742D58C4E

View file

@ -616,7 +616,8 @@ void Initialize(v8::Local<v8::Object> exports, v8::Local<v8::Value> unused,
dict.SetMethod("createFromBuffer", &atom::api::NativeImage::CreateFromBuffer);
dict.SetMethod("createFromDataURL",
&atom::api::NativeImage::CreateFromDataURL);
dict.SetMethod("createFromNamedImage", &atom::api::NativeImage::CreateFromNamedImage);
dict.SetMethod("createFromNamedImage"
&atom::api::NativeImage::CreateFromNamedImage);
}
} // namespace