mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-23 20:47:25 -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())
|
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…
Reference in a new issue