Skip to content
Prev Previous commit
Next Next commit
fixup! linter complaints
  • Loading branch information
legendecas committed Jun 10, 2021
commit b946305a05637ef804c7cd8a84e23bfc1ce92e3e
2 changes: 1 addition & 1 deletion napi.h
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ namespace Napi {
Key _key;

friend class Napi::Object;
};
};

/// Creates a new Object value.
static Object New(napi_env env ///< Node-API environment
Expand Down