From cb50ec10591c0e0e4b9915e642bc50d3d8d1fd0a Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sat, 2 Nov 2024 21:27:47 +0000 Subject: Apply new clang-formatting --- src/Items/ItemChorusFruit.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/Items/ItemChorusFruit.h') diff --git a/src/Items/ItemChorusFruit.h b/src/Items/ItemChorusFruit.h index d60c2730f..077752099 100644 --- a/src/Items/ItemChorusFruit.h +++ b/src/Items/ItemChorusFruit.h @@ -8,13 +8,11 @@ -class cItemChorusFruitHandler final: - public cItemFoodHandler +class cItemChorusFruitHandler final : public cItemFoodHandler { using Super = cItemFoodHandler; -public: - + public: constexpr cItemChorusFruitHandler(int a_ItemType) : Super(a_ItemType, FoodInfo(4, 2.4)) { @@ -40,5 +38,4 @@ public: } return true; } - }; -- cgit v1.2.3