make format

This commit is contained in:
Dane Springmeyer 2019-11-27 21:27:39 -08:00
parent e83e79f9df
commit ab2eb76ec8

View File

@ -5,9 +5,9 @@
namespace node_fontnik {
static void init(v8::Local<v8::Object> 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