run auto-formatter
This commit is contained in:
parent
0bdcb40609
commit
fca43b3d34
@ -12,12 +12,7 @@ using EventSeverity_t = uint8_t ;
|
|||||||
using UniqueEventId_t = uint8_t;
|
using UniqueEventId_t = uint8_t;
|
||||||
|
|
||||||
namespace severity {
|
namespace severity {
|
||||||
enum Severity: EventSeverity_t {
|
enum Severity : EventSeverity_t { INFO = 1, LOW = 2, MEDIUM = 3, HIGH = 4 };
|
||||||
INFO = 1,
|
|
||||||
LOW = 2,
|
|
||||||
MEDIUM = 3,
|
|
||||||
HIGH = 4
|
|
||||||
};
|
|
||||||
|
|
||||||
} // namespace severity
|
} // namespace severity
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user