Skip to content

Commit 4afcf5a

Browse files
committed
changed void to task in Rsa usgae class
1 parent 1963ca4 commit 4afcf5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SafeCrypt.Test/Usage/RsaUsage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace SafeCrypt.App.Usage;
66

77
internal static class RsaUsage
88
{
9-
internal static async void Execute()
9+
internal static async Task Execute()
1010
{
1111
Console.WriteLine("------- RSA Test Started -------");
1212

0 commit comments

Comments
 (0)