Remove final this reference

This commit is contained in:
Matt Nadareski
2024-11-06 15:23:01 -05:00
parent 1fc4c13683
commit 6b33bec6e2

View File

@@ -94,7 +94,7 @@ namespace SabreTools.Hashing
/// <param name="hashType">Hash type to instantiate</param>
public HashWrapper(HashType hashType)
{
this.HashType = hashType;
HashType = hashType;
GetHasher();
}