👌formatting

This commit is contained in:
ZacSharp 2020-08-27 01:16:17 +02:00
parent 56f13d314a
commit 71dd6c6333

View File

@ -377,8 +377,8 @@ public final class PathingBehavior extends Behavior implements IPathingBehavior,
return context; return context;
} }
public Optional<Double> estimatedTicksToGoal(){ public Optional<Double> estimatedTicksToGoal() {
if (goal == null){ if (goal == null) {
return Optional.empty(); return Optional.empty();
} }
BetterBlockPos currentPos = ctx.playerFeet(); BetterBlockPos currentPos = ctx.playerFeet();