Skip to content

Commit e72cd7f

Browse files
committed
Spotless
1 parent 8ec2f2f commit e72cd7f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/java/net/wurstclient/hacks/WaypointsHack.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -913,10 +913,10 @@ private int getBossBarBottom(DrawContext context)
913913
{
914914
if(y >= maxY)
915915
return maxY;
916-
y += 10; // default is 19px height, but using 10px as it looks nicer, however,
917-
// when there's two boss bars it will overlap
918-
919-
916+
y += 10; // default is 19px height, but using 10px as it looks
917+
// nicer, however,
918+
// when there's two boss bars it will overlap
919+
920920
}
921921
return Math.min(y, maxY);
922922
}

0 commit comments

Comments
 (0)