mirror of
https://github.com/mapbox/node-fontnik.git
synced 2026-01-25 16:02:44 +00:00
make format
This commit is contained in:
parent
e83e79f9df
commit
ab2eb76ec8
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user