Skip to content

Commit

Permalink
Fixed weird spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrdada committed Aug 15, 2012
1 parent f20ed11 commit 43b483e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KeyGenerator/Program.cs
Expand Up @@ -11,7 +11,7 @@ static void Main(string[] args)
{
rijndael.GenerateKey();
hmacsha256.Initialize();
Console.WriteLine(template, new SoapHexBinary(rijndael.Key), new SoapHexBinary(hmacsha256.Key));
Console.WriteLine(template, new SoapHexBinary(rijndael.Key), new SoapHexBinary(hmacsha256.Key));
}

Console.WriteLine("press any key to exit...");
Expand Down

0 comments on commit 43b483e

Please sign in to comment.