mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 20:54:59 +00:00
code_style: run dotnet format
This commit is contained in:
parent
1dffb2ebf5
commit
9d3f186b44
10 changed files with 17 additions and 16 deletions
|
@ -12,7 +12,8 @@ namespace SourceGit.Commands
|
|||
public string Result()
|
||||
{
|
||||
var rs = ReadToEnd();
|
||||
if (rs.IsSuccess) return rs.StdOut.TrimEnd();
|
||||
if (rs.IsSuccess)
|
||||
return rs.StdOut.TrimEnd();
|
||||
return string.Empty;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -58,7 +58,7 @@ namespace SourceGit.Commands
|
|||
}
|
||||
|
||||
nextPartIdx++;
|
||||
|
||||
|
||||
start = end + 1;
|
||||
end = rs.StdOut.IndexOf('\n', start);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue