code_style: remove unnecessary whitespaces

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo
2025-08-15 18:33:40 +08:00
parent 84eca5ece3
commit 19286942dd

View File

@@ -55,13 +55,13 @@ namespace SourceGit
else if (!string.IsNullOrEmpty(textBlock.Text))
await CopyTextAsync(textBlock.Text);
});
public static readonly Command HideAppCommand = new Command(_ =>
{
if (Current is App app && app.TryGetFeature(typeof(IActivatableLifetime)) is IActivatableLifetime lifetime)
lifetime.TryEnterBackground();
});
public static readonly Command ShowAppCommand = new Command(_ =>
{
if (Current is App app && app.TryGetFeature(typeof(IActivatableLifetime)) is IActivatableLifetime lifetime)