code_style: remove unnecessary empty line

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo
2025-08-14 10:47:54 +08:00
parent bb082a30a4
commit f206167f99

View File

@@ -21,7 +21,6 @@ namespace SourceGit.Commands
Args += "--force ";
Args += remote;
}
public Fetch(string repo, Models.Branch local, Models.Branch remote)