1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-25 14:07:46 +00:00

formatting consistency

This commit is contained in:
NotAdam 2019-02-09 23:36:37 +11:00
parent aa63953da2
commit caa5220f2d

View file

@ -525,8 +525,7 @@ namespace Sapphire::Common
};
enum struct ActionAspect :
uint8_t
enum struct ActionAspect : uint8_t
{
None = 0, // Doesn't imply unaspected
Fire = 1,