diff --git a/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/INvxNetworkPortInformation.cs b/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/INvxNetworkPortInformation.cs index 3fcb7e26..7894eca1 100644 --- a/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/INvxNetworkPortInformation.cs +++ b/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/INvxNetworkPortInformation.cs @@ -86,4 +86,5 @@ namespace PepperDash.Essentials.Core this.port = port ?? throw new ArgumentNullException(nameof(port), "Port cannot be null"); DevicePortIndex = devicePortIndex; } + } }