chore: add missing brace

This commit is contained in:
Andrew Welker
2025-07-07 10:06:23 -05:00
parent 8f1fb86d37
commit 5e880f0111

View File

@@ -86,4 +86,5 @@ namespace PepperDash.Essentials.Core
this.port = port ?? throw new ArgumentNullException(nameof(port), "Port cannot be null");
DevicePortIndex = devicePortIndex;
}
}
}