summaryrefslogtreecommitdiffstats
path: root/src/IOL.Helpers/CryptographyHelpers.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/IOL.Helpers/CryptographyHelpers.cs')
-rw-r--r--src/IOL.Helpers/CryptographyHelpers.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/IOL.Helpers/CryptographyHelpers.cs b/src/IOL.Helpers/CryptographyHelpers.cs
index 4821613..df53055 100644
--- a/src/IOL.Helpers/CryptographyHelpers.cs
+++ b/src/IOL.Helpers/CryptographyHelpers.cs
@@ -155,7 +155,6 @@ public static class CryptographyHelpers
return Convert.ToBase64String(hash);
}
-
/// <summary>
/// Creates a SHA256 hash of the specified input.
/// </summary>