mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-20 01:15:08 -05:00
Remove redundant semicolons
This commit is contained in:
@@ -67,7 +67,7 @@ static std::vector<u8> ReadHexString(std::string_view sv)
|
||||
sv = sv.substr(2);
|
||||
}
|
||||
return result;
|
||||
};
|
||||
}
|
||||
|
||||
std::optional<Disc> ParseString(std::string_view xml, std::string xml_path)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user