Skip to content

Commit

Permalink
don't use aggressive inlining
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Miller committed Dec 4, 2024
1 parent 159fc0a commit 3d43fe0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Maui.DataGrid/Extensions/LayoutOptionsExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
namespace Maui.DataGrid.Extensions;

using System.Runtime.CompilerServices;

internal static class LayoutOptionsExtensions
{
[MethodImpl(MethodImplOptions.AggressiveInlining)]
internal static TextAlignment ToTextAlignment(this LayoutOptions layoutAlignment) => layoutAlignment.Alignment switch
{
LayoutAlignment.Start => TextAlignment.Start,
Expand Down

0 comments on commit 3d43fe0

Please sign in to comment.