mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-22 20:37:19 -08:00
code_style: remove unnecessary parentheses
This commit is contained in:
parent
fd8f257d6d
commit
92b80cbcda
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue