Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Typo
  • Loading branch information
agocke authored and github-actions committed Aug 20, 2021
commit e15d564d1678f504c526a376dcc03752bc611d86
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public bool Verify()
{
if (!v)
{
Console.WriteLine($"Could not find key {k}")
Console.WriteLine($"Could not find key {k}");
return false;
}
else
Expand Down