mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 20:54:55 +00:00
chore: add missing brace
This commit is contained in:
@@ -86,4 +86,5 @@ namespace PepperDash.Essentials.Core
|
|||||||
this.port = port ?? throw new ArgumentNullException(nameof(port), "Port cannot be null");
|
this.port = port ?? throw new ArgumentNullException(nameof(port), "Port cannot be null");
|
||||||
DevicePortIndex = devicePortIndex;
|
DevicePortIndex = devicePortIndex;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user