From 11f71c12b2368187b29b325372f6244ce873dc9f Mon Sep 17 00:00:00 2001 From: Sally Knight Date: Thu, 26 Mar 2026 03:20:32 +0300 Subject: [PATCH] chore: fmt --- Minecraft.Client/Player/LocalPlayer.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Minecraft.Client/Player/LocalPlayer.cpp b/Minecraft.Client/Player/LocalPlayer.cpp index de9cfe1c7..1e029e8ca 100644 --- a/Minecraft.Client/Player/LocalPlayer.cpp +++ b/Minecraft.Client/Player/LocalPlayer.cpp @@ -601,8 +601,7 @@ bool LocalPlayer::openHopper(std::shared_ptr container) { bool LocalPlayer::openHorseInventory(std::shared_ptr horse, std::shared_ptr container) { #ifdef ENABLE_JAVA_GUIS - minecraft->setScreen(new HorseInventoryScreen(inventory, container, - horse)); + minecraft->setScreen(new HorseInventoryScreen(inventory, container, horse)); bool success = true; #else bool success = app.LoadHorseMenu(GetXboxPad(), inventory, container, horse);