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:
@@ -3,9 +3,9 @@
|
||||
|
||||
#include "CreatureException.hpp"
|
||||
|
||||
class NotReachableException : CreatureException{
|
||||
class NotReachableException : CreatureException {
|
||||
public:
|
||||
NotReachableException() : CreatureException("Not Reachable"){};
|
||||
};
|
||||
|
||||
#endif //CREATURELIB_NOTREACHABLEEXCEPTION_HPP
|
||||
#endif // CREATURELIB_NOTREACHABLEEXCEPTION_HPP
|
||||
|
||||
Reference in New Issue
Block a user