summaryrefslogtreecommitdiff
path: root/binding.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'binding.gyp')
-rw-r--r--binding.gyp4
1 files changed, 3 insertions, 1 deletions
diff --git a/binding.gyp b/binding.gyp
index e9f0d6edcd..13114cd424 100644
--- a/binding.gyp
+++ b/binding.gyp
@@ -10,7 +10,9 @@
'mbgl.gyp:headless-<(headless_lib)',
],
- 'include_dirs': [ "<!(node -e \"require('nan')\")" ],
+ 'include_dirs': [
+ "<!(node -e \"require('nan')\")",
+ ],
'sources': [
'platform/node/src/node_mapbox_gl_native.cpp',