code_style: run dotnet format

This commit is contained in:
leo 2024-07-31 16:26:58 +08:00
parent 2e87f83a38
commit ec6fe25e87
No known key found for this signature in database
10 changed files with 13 additions and 33 deletions

View file

@ -10,11 +10,5 @@
Context = repo;
Args = $"diff -a --ignore-cr-at-eol --check {opt}";
}
public bool Result()
{
var rs = ReadToEnd();
return rs.IsSuccess;
}
}
}