Skip to content

Commit

Permalink
Cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
luiscantero committed Sep 11, 2024
1 parent d88eb53 commit bbe2002
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/CompanionSpecs/DI/DiNodeManager.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace OpcPlc.CompanionSpecs.DI;
namespace OpcPlc.CompanionSpecs.DI;

using Opc.Ua;
using Opc.Ua.Server;
Expand Down Expand Up @@ -37,7 +37,8 @@ protected override NodeStateCollection LoadPredefinedNodes(ISystemContext contex
{
// Application running as a snap
uanodesPath = Path.Join(snapLocation, uanodesPath);
}
}

var predefinedNodes = new NodeStateCollection();
predefinedNodes.LoadFromBinaryResource(context,
uanodesPath, // CopyToOutputDirectory -> PreserveNewest.
Expand Down

0 comments on commit bbe2002

Please sign in to comment.