mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-21 05:10:25 +08:00
code_style: remove unnecessary whitespaces
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user