Skip to content

Commit 1928694

Browse files
committed
code_style: remove unnecessary whitespaces
Signed-off-by: leo <longshuang@msn.cn>
1 parent 84eca5e commit 1928694

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/App.Commands.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ public static bool IsCheckForUpdateCommandVisible
5555
else if (!string.IsNullOrEmpty(textBlock.Text))
5656
await CopyTextAsync(textBlock.Text);
5757
});
58-
58+
5959
public static readonly Command HideAppCommand = new Command(_ =>
6060
{
6161
if (Current is App app && app.TryGetFeature(typeof(IActivatableLifetime)) is IActivatableLifetime lifetime)
6262
lifetime.TryEnterBackground();
6363
});
64-
64+
6565
public static readonly Command ShowAppCommand = new Command(_ =>
6666
{
6767
if (Current is App app && app.TryGetFeature(typeof(IActivatableLifetime)) is IActivatableLifetime lifetime)

0 commit comments

Comments
 (0)