lm: Resolve -Wextra-semi warning
Resolves a trivial warning with clang.
This commit is contained in:
parent
607ff3489c
commit
6e2040c955
|
@ -46,7 +46,7 @@ struct hash<Service::LM::LogPacketHeaderEntry> {
|
||||||
boost::hash_combine(seed, k.severity);
|
boost::hash_combine(seed, k.severity);
|
||||||
boost::hash_combine(seed, k.verbosity);
|
boost::hash_combine(seed, k.verbosity);
|
||||||
return seed;
|
return seed;
|
||||||
};
|
}
|
||||||
};
|
};
|
||||||
} // namespace std
|
} // namespace std
|
||||||
|
|
||||||
|
|
Reference in New Issue