Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Oct 20, 2023
1 parent a24ee3e commit 571dac6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1399,7 +1399,7 @@ public void destroy(String reason) {

@Override
public void setPower(boolean power) {
powerController.setPower(id, power? ON: OFF, READY);
powerController.setPower(id, power?ON:OFF, READY);
}

@Override
Expand Down

0 comments on commit 571dac6

Please sign in to comment.