From f206167f99b9fbde967555ace57a641e2d7a0faa Mon Sep 17 00:00:00 2001 From: leo Date: Thu, 14 Aug 2025 10:47:54 +0800 Subject: [PATCH] code_style: remove unnecessary empty line Signed-off-by: leo --- src/Commands/Fetch.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Commands/Fetch.cs b/src/Commands/Fetch.cs index d25cc80c..9ec27656 100644 --- a/src/Commands/Fetch.cs +++ b/src/Commands/Fetch.cs @@ -21,7 +21,6 @@ namespace SourceGit.Commands Args += "--force "; Args += remote; - } public Fetch(string repo, Models.Branch local, Models.Branch remote)