Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongin committed Jul 10, 2024
1 parent 2cb322f commit 8fa6310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NodeApi/Runtime/JSRuntime.Types.cs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public napi_finalize(delegate* unmanaged[Cdecl]<napi_env, nint, nint, void> hand
public delegate void Delegate(napi_env env, nint data, nint hint);

public napi_finalize(napi_finalize.Delegate callback)
: this (Marshal.GetFunctionPointerForDelegate(callback)) { }
: this(Marshal.GetFunctionPointerForDelegate(callback)) { }
}

public struct napi_error_message_handler
Expand Down

0 comments on commit 8fa6310

Please sign in to comment.