lm: Resolve -Wextra-semi warning

Resolves a trivial warning with clang.
This commit is contained in:
Lioncash 2021-04-23 09:20:52 -04:00
parent 607ff3489c
commit 6e2040c955

View file

@ -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