mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-22 05:40:43 +08:00
code_style: remove unnecessary parentheses
This commit is contained in:
@@ -61,7 +61,7 @@ namespace SourceGit.Native
|
||||
{
|
||||
if (OperatingSystem.IsWindows())
|
||||
{
|
||||
var windows = (_backend as Windows);
|
||||
var windows = _backend as Windows;
|
||||
if (windows.Shell != shell)
|
||||
{
|
||||
windows.Shell = shell;
|
||||
|
||||
Reference in New Issue
Block a user