style: 格式化代码

This commit is contained in:
uye
2023-02-11 17:56:39 +08:00
parent 496bfb147b
commit 915fded490
2 changed files with 3 additions and 2 deletions

View File

@@ -574,7 +574,6 @@ namespace MaaWpfGui
// 下面几行注释暂时没用到,先注释起来...
// string taskChain = details["taskchain"].ToString();
// string classType = details["class"].ToString();
switch (msg)
{
case AsstMsg.SubTaskError:
@@ -1706,6 +1705,9 @@ namespace MaaWpfGui
/// </summary>
DeploymentWithPause = 3,
/// <summary>
/// Indicates whether AdbLite is used.
/// </summary>
AdbLiteEnabled = 4,
}
}

View File

@@ -87,7 +87,6 @@ namespace MaaWpfGui
{
_windowManager.ShowWindow(_versionUpdateViewModel);
}
else
{
var ret = await Task.Run(() => _versionUpdateViewModel.CheckAndDownloadUpdate());