1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-10-17 08:16:34 +00:00

Formatting

This commit is contained in:
SkyHasACat 2025-08-04 11:10:06 -07:00
parent e74167c7b7
commit 493f70a661

View file

@ -7,7 +7,7 @@
namespace MWLua
{
inline constexpr std::array<std::pair<int, std::string_view>, 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
#endif