Add lint rule
This commit is contained in:
parent
e6fd80f87f
commit
4a7b005c64
5 changed files with 10 additions and 4 deletions
|
|
@ -21,7 +21,8 @@
|
|||
|
||||
#include "Deserializable.h"
|
||||
|
||||
DeserializationException::DeserializationException(const std::string &msg) : msg_(msg)
|
||||
DeserializationException::DeserializationException(const std::string &msg)
|
||||
: msg_(msg)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue