Skip to content

Commit f206167

Browse files
committed
code_style: remove unnecessary empty line
Signed-off-by: leo <[email protected]>
1 parent bb082a3 commit f206167

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Commands/Fetch.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ public Fetch(string repo, string remote, bool noTags, bool force)
2121
Args += "--force ";
2222

2323
Args += remote;
24-
2524
}
2625

2726
public Fetch(string repo, Models.Branch local, Models.Branch remote)

0 commit comments

Comments
 (0)