From a076d531bc4200f40f9a736b09880099bb5b5376 Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Mon, 7 Jul 2025 10:17:08 -0500 Subject: [PATCH] chore: remove BOM Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../DeviceTypeInterfaces/INvxNetworkPortInformation.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/INvxNetworkPortInformation.cs b/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/INvxNetworkPortInformation.cs index 7894eca1..549dd3f5 100644 --- a/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/INvxNetworkPortInformation.cs +++ b/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/INvxNetworkPortInformation.cs @@ -1,4 +1,4 @@ -using Crestron.SimplSharpPro.DM.Streaming; +using Crestron.SimplSharpPro.DM.Streaming; using System; using System.Collections.Generic;