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/ItemPoisonousPotato.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'src/Items/ItemPoisonousPotato.h') diff --git a/src/Items/ItemPoisonousPotato.h b/src/Items/ItemPoisonousPotato.h index 849633b5b..7e47f1713 100644 --- a/src/Items/ItemPoisonousPotato.h +++ b/src/Items/ItemPoisonousPotato.h @@ -7,14 +7,12 @@ -class cItemPoisonousPotatoHandler final: - public cItemFoodHandler +class cItemPoisonousPotatoHandler final : public cItemFoodHandler { using Super = cItemFoodHandler; -public: - - constexpr cItemPoisonousPotatoHandler(int a_ItemType): + public: + constexpr cItemPoisonousPotatoHandler(int a_ItemType) : Super(a_ItemType, FoodInfo(2, 1.2)) { } @@ -33,5 +31,4 @@ public: return true; } - }; -- cgit v1.2.3