mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
Add line breaks after template declarations (#23086)
* Add line breaks after template declarations * Additional clang-format patches
This commit is contained in:
@@ -104,7 +104,8 @@ static void PrintTo(const ReplayTestData& testData, std::ostream* os)
|
||||
|
||||
struct PrintReplayParameter
|
||||
{
|
||||
template<class ParamType> std::string operator()(const testing::TestParamInfo<ParamType>& info) const
|
||||
template<class ParamType>
|
||||
std::string operator()(const testing::TestParamInfo<ParamType>& info) const
|
||||
{
|
||||
auto data = static_cast<ReplayTestData>(info.param);
|
||||
return data.name;
|
||||
|
||||
Reference in New Issue
Block a user