From b6a3c20b49507acfc2694f2c26f5ad4974ab8727 Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Fri, 18 Sep 2020 07:11:13 +1000 Subject: [PATCH] Code style: Remove a redundant semicolon --- src/BizHawk.Client.Common/tools/Watch/WatchList/WatchList.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BizHawk.Client.Common/tools/Watch/WatchList/WatchList.cs b/src/BizHawk.Client.Common/tools/Watch/WatchList/WatchList.cs index 84ae14e0e8..d12a07ef8b 100644 --- a/src/BizHawk.Client.Common/tools/Watch/WatchList/WatchList.cs +++ b/src/BizHawk.Client.Common/tools/Watch/WatchList/WatchList.cs @@ -254,7 +254,7 @@ namespace BizHawk.Client.Common foreach(var watch in _watchList) { watch.Update(previousType); - }; + } } ///