fix codestyle
This commit is contained in:
parent
59cde09f82
commit
138943bf59
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ public class BoardRobotPump extends RedstoneBoardRobot {
|
|||
} else {
|
||||
startDelegateAI(new AIRobotGotoSleep(robot));
|
||||
}
|
||||
} else if (ai instanceof AIRobotPumpBlock){
|
||||
} else if (ai instanceof AIRobotPumpBlock) {
|
||||
releaseBlockFound();
|
||||
} else if (ai instanceof AIRobotGotoStationAndUnloadFluids) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue