Skip to content

Commit

Permalink
Clean Format errors
Browse files Browse the repository at this point in the history
Signed-off-by: mkmannmanny <[email protected]>
  • Loading branch information
mkmannmanny committed Dec 19, 2024
1 parent f920f74 commit bd0a0f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,4 @@ public class TapoThingConstants {
public static final String EVENT_STATE_BATTERY_LOW = "batteryLow";
public static final String EVENT_STATE_OPENED = "open";
public static final String EVENT_STATE_CLOSED = "closed";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ public void handleCommand(ChannelUID channelUID, Command command) {
logger.warn("({}) command type '{}' not supported for channel '{}'", uid, command, channelUID.getId());
}
}
}
}

0 comments on commit bd0a0f6

Please sign in to comment.