Fix codefactor

This commit is contained in:
Luis Blanco 2019-09-20 16:10:39 +03:00
parent e99a1a1033
commit 7fd868cfde
1 changed files with 1 additions and 1 deletions

View File

@ -623,7 +623,7 @@ public: \
) { \
JS_GET_THAT(CLASS); \
that->__i_##NAME##Setter(info, info[0]); \
}; \
} \
void __i_##NAME##Setter(const Napi::CallbackInfo &info, const Napi::Value &value);
#define JS_IMPLEMENT_METHOD(CLASS, NAME) \