diff --git a/src/BizHawk.Client.Common/tools/Watch/DWordWatch.cs b/src/BizHawk.Client.Common/tools/Watch/DWordWatch.cs index b1b1415a3f..8721083d62 100644 --- a/src/BizHawk.Client.Common/tools/Watch/DWordWatch.cs +++ b/src/BizHawk.Client.Common/tools/Watch/DWordWatch.cs @@ -199,7 +199,7 @@ namespace BizHawk.Client.Common var bytes = BitConverter.GetBytes(val); var _float = BitConverter.ToSingle(bytes, 0); return _float.ToString(); - }; + } string FormatBinary() { @@ -209,7 +209,7 @@ namespace BizHawk.Client.Common str = str.Insert(i, " "); } return str; - }; + } return Type switch { diff --git a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Tape/TZX/TzxConverter.cs b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Tape/TZX/TzxConverter.cs index 8b8fab1b14..acbcefe2eb 100644 --- a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Tape/TZX/TzxConverter.cs +++ b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Tape/TZX/TzxConverter.cs @@ -1250,7 +1250,7 @@ namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum // get text length int strLen = data[_position++]; - string title = String.Empty; + string title = string.Empty; title = "Info: "; switch (type)