mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:47:35 +00:00
LibCrypto: Remove spurious ;
This commit is contained in:
parent
25251f1b05
commit
1f4a27b80e
2 changed files with 7 additions and 7 deletions
|
@ -61,7 +61,7 @@ public:
|
|||
virtual String class_name() const override
|
||||
{
|
||||
return "SHA1";
|
||||
};
|
||||
}
|
||||
inline virtual void reset() override
|
||||
{
|
||||
m_data_length = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue