8000 code_style: run `dotnet format` · sourcegit-scm/sourcegit@a413df6 · GitHub
[go: up one dir, main page]

Skip to content

Commit a413df6

Browse files
committed
code_style: run dotnet format
Signed-off-by: leo <longshuang@msn.cn>
1 parent ddf643c commit a413df6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ViewModels/LauncherPage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public async void ProcessPopup()
118118
{
119119
App.LogException(e);
120120
}
121-
121+
122122
dump.InProgress = false;
123123
if (finished)
124124
Popup = null;

src/ViewModels/Repository.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ public ContextMenu CreateContextMenuForExternalTools()
662662

663663
menu.Items.Add(item);
664664
}
665-
}
665+
}
666666

667667
return menu;
668668
}

0 commit comments

Comments
 (0)
0