mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-24 05:35:00 +00:00
code_style: run dotnet format
This commit is contained in:
parent
9e048751ae
commit
3ef703c65d
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ namespace SourceGit.Models
|
|||
{
|
||||
public class ResetMode
|
||||
{
|
||||
public static readonly ResetMode[] Supported =
|
||||
public static readonly ResetMode[] Supported =
|
||||
[
|
||||
new ResetMode("Soft", "Keep all changes. Stage differences", "--soft", Brushes.Green),
|
||||
new ResetMode("Mixed", "Keep all changes. Unstage differences", "--mixed", Brushes.Orange),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue