chore(test): reformat hash tests

This commit is contained in:
fallenoak 2020-11-23 23:06:48 -06:00
parent 107379aa43
commit 5e2001a164
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D

View file

@ -1,7 +1,7 @@
#include "storm/Hash.hpp" #include "storm/Hash.hpp"
#include "test/Test.hpp" #include "test/Test.hpp"
struct TestHashObject: TSHashObject<TestHashObject, HASHKEY_STRI> { struct TestHashObject : TSHashObject<TestHashObject, HASHKEY_STRI> {
uint32_t index = 0; uint32_t index = 0;
}; };