Code style: Remove a redundant semicolon
This commit is contained in:
parent
727c6bc51f
commit
b6a3c20b49
|
@ -254,7 +254,7 @@ namespace BizHawk.Client.Common
|
||||||
foreach(var watch in _watchList)
|
foreach(var watch in _watchList)
|
||||||
{
|
{
|
||||||
watch.Update(previousType);
|
watch.Update(previousType);
|
||||||
};
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in New Issue