Skip to content

Commit

Permalink
reformatted
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Apr 27, 2024
1 parent fb80c97 commit ab281af
Show file tree
Hide file tree
Showing 2 changed files with 5,316 additions and 5,223 deletions.
7 changes: 3 additions & 4 deletions src/main/java/org/myrobotlab/service/InMoov2.java
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,6 @@ public void onConfigStarted(String configName) {
invoke("publishConfigStarted", configName);
}


public void onGestureStatus(Status status) {
if (!status.equals(Status.success()) && !status.equals(Status.warn("Python process killed !"))) {
error("I cannot execute %s, please check logs", lastGestureExecuted);
Expand Down Expand Up @@ -1486,9 +1485,9 @@ public String publishFlash(String flashName) {
}

public String publishHeartbeat() {
if (config.heartbeatFlash) {
invoke("publishFlash", "heartbeat");
}
if (config.heartbeatFlash) {
invoke("publishFlash", "heartbeat");
}
return getName();
}

Expand Down
Loading

0 comments on commit ab281af

Please sign in to comment.