chore(generator): rm ; after function definition
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-01-08 07:22:38 +01:00
parent ee0fb01dc8
commit 701774eab0
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -30,7 +30,7 @@ public:
auto is_seeded() const -> bool {
return !(this->G.ctr == 0x00);
};
}
private: