Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
Signed-off-by: Leo Siepel <[email protected]>
  • Loading branch information
lsiepel committed Nov 25, 2024
1 parent f7d58a5 commit 2524457
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ public void initialize() {
populateChannels(config.protocol);

EkeyUdpPacketReceiver localReceiver = receiver = new EkeyUdpPacketReceiver(
Objects.requireNonNullElse(config.natIp, config.ipAddress), config.port, getThing().getUID().getAsString());
Objects.requireNonNullElse(config.natIp, config.ipAddress), config.port,
getThing().getUID().getAsString());
localReceiver.addEkeyPacketListener(this);
try {
localReceiver.openConnection();
Expand Down

0 comments on commit 2524457

Please sign in to comment.