Used ClangFormat style guide I'm happy with.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -2,10 +2,7 @@
|
||||
#define CREATURELIB_ATTACKLEARNMETHOD_HPP
|
||||
|
||||
namespace CreatureLib::Battling {
|
||||
enum class AttackLearnMethod {
|
||||
Unknown,
|
||||
Level
|
||||
};
|
||||
enum class AttackLearnMethod { Unknown, Level };
|
||||
}
|
||||
|
||||
#endif //CREATURELIB_ATTACKLEARNMETHOD_HPP
|
||||
#endif // CREATURELIB_ATTACKLEARNMETHOD_HPP
|
||||
|
||||
Reference in New Issue
Block a user