mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-11-09 03:19:02 -06:00
lm: Resolve -Wextra-semi warning
Resolves a trivial warning with clang.
This commit is contained in:
@@ -46,7 +46,7 @@ struct hash<Service::LM::LogPacketHeaderEntry> {
|
||||
boost::hash_combine(seed, k.severity);
|
||||
boost::hash_combine(seed, k.verbosity);
|
||||
return seed;
|
||||
};
|
||||
}
|
||||
};
|
||||
} // namespace std
|
||||
|
||||
|
||||
Reference in New Issue
Block a user