Code style: Remove a redundant semicolon

This commit is contained in:
YoshiRulz 2020-09-18 07:11:13 +10:00
parent 727c6bc51f
commit b6a3c20b49
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ namespace BizHawk.Client.Common
foreach(var watch in _watchList)
{
watch.Update(previousType);
};
}
}
/// <summary>