Skip to content

Commit

Permalink
Spotless changes
Browse files Browse the repository at this point in the history
spotless
Signed-off-by: Bob Eckhoff <[email protected]>
  • Loading branch information
apella12 committed Nov 15, 2024
1 parent 6b4ca94 commit 4f9a38e
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
*/
@NonNullByDefault
public interface Callback {
/**
* Updates channels with the response
*
* @param response Byte response from the device used to update channels
*/
/**
* Updates channels with the response
*
* @param response Byte response from the device used to update channels
*/
void updateChannels(Response response);
}

0 comments on commit 4f9a38e

Please sign in to comment.