mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00: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())
|
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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue