Skip to content

Commit

Permalink
Update AbstractBootstrap.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
JusterZhu committed Nov 21, 2023
1 parent 0c0b2f7 commit a03f244
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/c#/GeneralUpdate.Core/Bootstrap/AbstractBootstrap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,7 @@ protected IStrategy InitStrategy()
return _strategy;
}

protected string GetPlatform()
{
return _strategy.GetPlatform();
}
protected string GetPlatform()=> _strategy.GetPlatform();

protected IStrategy ExecuteStrategy()
{
Expand Down

0 comments on commit a03f244

Please sign in to comment.