Skip to content

Commit ba676ca

Browse files
committed
Added empty line.
1 parent 962d006 commit ba676ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

LoadBinaryPluginExt.cs

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public class LoadBinaryPluginExt : Plugin, ICoreProcessFunctions
2727
public override bool Initialize(IPluginHost host)
2828
{
2929
Contract.Requires(host != null);
30+
3031
this.host = host ?? throw new ArgumentNullException(nameof(host));
3132

3233
host.Process.CoreFunctions.RegisterFunctions("Load Binary", this);

0 commit comments

Comments
 (0)