From 8642d22ae1856823db13d8bae0b1bd353d51c368 Mon Sep 17 00:00:00 2001 From: RedstoneFuture Date: Wed, 15 May 2024 20:34:02 +0200 Subject: [PATCH] Reformatting code --- Core/src/main/java/com/plotsquared/core/plot/PlotArea.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Core/src/main/java/com/plotsquared/core/plot/PlotArea.java b/Core/src/main/java/com/plotsquared/core/plot/PlotArea.java index 839fa7913..d121aee8c 100644 --- a/Core/src/main/java/com/plotsquared/core/plot/PlotArea.java +++ b/Core/src/main/java/com/plotsquared/core/plot/PlotArea.java @@ -679,10 +679,8 @@ public abstract class PlotArea implements ComponentLike { TranslatableCaption.of("height.height_limit"), TagResolver.builder() .tag("minheight", Tag.inserting(Component.text(minBuildHeight))) - .tag( - "maxheight", - Tag.inserting(Component.text(maxBuildHeight)) - ).build() + .tag("maxheight", Tag.inserting(Component.text(maxBuildHeight))) + .build() ); // Return true if "failed" as the method will always be inverted otherwise return true;