code_style: remove unnecessary parentheses

This commit is contained in:
leo 2024-04-15 18:07:17 +08:00
parent fd8f257d6d
commit 92b80cbcda

View file

@ -61,7 +61,7 @@ namespace SourceGit.Native
{ {
if (OperatingSystem.IsWindows()) if (OperatingSystem.IsWindows())
{ {
var windows = (_backend as Windows); var windows = _backend as Windows;
if (windows.Shell != shell) if (windows.Shell != shell)
{ {
windows.Shell = shell; windows.Shell = shell;