mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 01:04:50 +01:00
Add line breaks after template declarations (#23086)
* Add line breaks after template declarations * Additional clang-format patches
This commit is contained in:
@@ -23,7 +23,8 @@ using namespace OpenRCT2;
|
||||
class CryptTests : public testing::Test
|
||||
{
|
||||
public:
|
||||
template<typename T> void AssertHash(std::string expected, T hash)
|
||||
template<typename T>
|
||||
void AssertHash(std::string expected, T hash)
|
||||
{
|
||||
auto actual = String::StringFromHex(hash);
|
||||
ASSERT_EQ(expected, actual);
|
||||
|
||||
Reference in New Issue
Block a user