diff --git a/src/node_fontnik.cpp b/src/node_fontnik.cpp index f9b5b41..c7c3124 100644 --- a/src/node_fontnik.cpp +++ b/src/node_fontnik.cpp @@ -5,9 +5,9 @@ namespace node_fontnik { static void init(v8::Local target) { - Nan::SetMethod(target,"load",Load); - Nan::SetMethod(target,"range",Range); - Nan::SetMethod(target,"composite",Composite); + Nan::SetMethod(target, "load", Load); + Nan::SetMethod(target, "range", Range); + Nan::SetMethod(target, "composite", Composite); } // We mark this NOLINT to avoid the clang-tidy checks