Skip to content

Commit 88e729d

Browse files
authored
Remove extra space
Signed-off-by: Xen <lordofxen@deskasoft.com>
1 parent 7849bce commit 88e729d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

HashifyNet/Core/Factory/HashFactory.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ static HashFactory()
9696
continue;
9797
}
9898

99-
HashAlgorithmImplementationAttribute implementationAttribute = type.GetCustomAttribute<HashAlgorithmImplementationAttribute>(false);
99+
HashAlgorithmImplementationAttribute implementationAttribute = type.GetCustomAttribute<HashAlgorithmImplementationAttribute>(false);
100100
if (implementationAttribute == null)
101101
{
102102
continue;
@@ -270,3 +270,4 @@ public IHashFunctionBase CreateInstance(Type type, IHashConfigBase config)
270270
}
271271
}
272272

273+

0 commit comments

Comments
 (0)