From 493f70a6614584dfd1d555a7e21fe9e7d8626719 Mon Sep 17 00:00:00 2001 From: SkyHasACat Date: Mon, 4 Aug 2025 11:10:06 -0700 Subject: [PATCH] Formatting --- apps/openmw/mwlua/types/servicesoffered.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/openmw/mwlua/types/servicesoffered.hpp b/apps/openmw/mwlua/types/servicesoffered.hpp index 4a87975a7d..94695c44fb 100644 --- a/apps/openmw/mwlua/types/servicesoffered.hpp +++ b/apps/openmw/mwlua/types/servicesoffered.hpp @@ -7,7 +7,7 @@ namespace MWLua { - + inline constexpr std::array, 19> ServiceNames = { { { ESM::NPC::Spells, "Spells" }, { ESM::NPC::Spellmaking, "Spellmaking" }, { ESM::NPC::Enchanting, "Enchanting" }, { ESM::NPC::Training, "Training" }, { ESM::NPC::Repair, "Repair" }, @@ -18,5 +18,4 @@ namespace MWLua { ESM::NPC::Potions, "Potions" }, { ESM::NPC::MagicItems, "MagicItems" } } }; } - -#endif \ No newline at end of file +#endif