Skip to content

Commit

Permalink
[housekeeping] Automated PR to fix formatting errors (#1469)
Browse files Browse the repository at this point in the history
Automated dotnet-format update

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 23, 2023
1 parent ff5fd3f commit a52ad0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public static void SetLayout(this Popup mauiPopup, IPopup popup, IMauiContext? m
popup.Content.Measure(double.PositiveInfinity, double.PositiveInfinity);
var contentSize = popup.Content.ToPlatform(mauiContext).DesiredSize;
var popupParentFrame = popupParent.Bounds;

var isFlowDirectionRightToLeft = popup.Content?.FlowDirection == Microsoft.Maui.FlowDirection.RightToLeft;
var horizontalOptionsPositiveNegativeMultiplier = isFlowDirectionRightToLeft ? -1 : 1;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ static void Execution(SourceProductionContext context, TextStyleClassMetadata te
{
var className = typeof(TextColorToGenerator).FullName;
var assemblyVersion = typeof(TextColorToGenerator).Assembly.GetName().Version.ToString();


var textColorToBuilder = $$"""
// <auto-generated>
Expand Down

0 comments on commit a52ad0a

Please sign in to comment.