mirror of
https://github.com/SabreTools/SabreTools.Hashing.git
synced 2026-09-24 07:45:02 +00:00
Remove final this reference
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user