code_style: run dotnet format

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2024-11-14 21:15:40 +08:00
parent 28c93da73b
commit a824adf6d3
No known key found for this signature in database
6 changed files with 9 additions and 10 deletions

View file

@ -6,7 +6,7 @@ namespace SourceGit.Converters
public static class FilterModeConverters
{
public static readonly FuncValueConverter<Models.FilterMode, IBrush> ToBorderBrush =
new FuncValueConverter<Models.FilterMode, IBrush>(v =>
new FuncValueConverter<Models.FilterMode, IBrush>(v =>
{
switch (v)
{