From a03f2447fae74ca88aa4fa6c962bbf695de99e34 Mon Sep 17 00:00:00 2001 From: Juster Zhu Date: Tue, 21 Nov 2023 22:32:53 +0800 Subject: [PATCH] Update AbstractBootstrap.cs --- src/c#/GeneralUpdate.Core/Bootstrap/AbstractBootstrap.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/c#/GeneralUpdate.Core/Bootstrap/AbstractBootstrap.cs b/src/c#/GeneralUpdate.Core/Bootstrap/AbstractBootstrap.cs index d340d6bf..bb5a531d 100644 --- a/src/c#/GeneralUpdate.Core/Bootstrap/AbstractBootstrap.cs +++ b/src/c#/GeneralUpdate.Core/Bootstrap/AbstractBootstrap.cs @@ -94,10 +94,7 @@ protected IStrategy InitStrategy() return _strategy; } - protected string GetPlatform() - { - return _strategy.GetPlatform(); - } + protected string GetPlatform()=> _strategy.GetPlatform(); protected IStrategy ExecuteStrategy() {