Skip to content

Commit

Permalink
dotnet format
Browse files Browse the repository at this point in the history
  • Loading branch information
brminnick committed Dec 3, 2022
1 parent c87faff commit ccd8856
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -413,9 +413,9 @@ class InternalTextAlignmentView : View, ICustomTextAlignment
public TextAlignment HorizontalTextAlignment { get; set; }

public TextAlignment VerticalTextAlignment { get; set; }
}

// Ensures custom ITextAlignment interfaces are supported
}

// Ensures custom ITextAlignment interfaces are supported
interface ICustomTextAlignment : ITextAlignment
{

Expand Down Expand Up @@ -461,8 +461,8 @@ public class GenericPicker<TA, TB, TC, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM> :
where TA : notnull, ISomeInterface
where TB : class
where TC : struct
where TD : class, ISomeInterface, new()
//TE has no constraints
where TD : class, ISomeInterface, new()
//TE has no constraints
where TF : notnull
where TG : unmanaged
where TH : ISomeInterface?
Expand Down

0 comments on commit ccd8856

Please sign in to comment.