mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +00:00
chore: add missing brace
This commit is contained in:
parent
8f1fb86d37
commit
5e880f0111
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue