Skip to content

Commit

Permalink
Apply spotless
Browse files Browse the repository at this point in the history
Signed-off-by: clinique <[email protected]>
  • Loading branch information
clinique committed Dec 27, 2024
1 parent 6953b4d commit c9e7599
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,5 +218,4 @@ public void resetCounter(int targetCounter) {
public void resetPLC() {
send("Reset");
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ private void readStatusFile() {
(portNum, value) -> dataReceived("%s%d".formatted(portDefinition.portName, portNum), value)));
}
}

}

private void updateChannels(@Nullable StatusFile status) {
Expand Down

0 comments on commit c9e7599

Please sign in to comment.