Skip to content

Commit

Permalink
Automated dotnet-format update (#1499)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 30, 2021
1 parent b9ab5ff commit 4a2d2c0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using Microsoft.Maui.Graphics;
using Microsoft.Maui.Controls.Xaml;
using Microsoft.Maui.Controls.Xaml;
using Microsoft.Maui.Graphics;

namespace Microsoft.Maui.Controls.Compatibility.ControlGallery.GalleryPages.GradientGalleries
{
[XamlCompilation(XamlCompilationOptions.Skip)]
[XamlCompilation(XamlCompilationOptions.Skip)]
public partial class GradientViewsGallery : ContentPage
{
public GradientViewsGallery()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using Microsoft.Maui.Controls.Xaml;

using Microsoft.Maui.Controls.Internals;
using Microsoft.Maui.Controls.Xaml;

namespace Microsoft.Maui.Controls.Compatibility.ControlGallery.GalleryPages.SwipeViewGalleries
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.Maui.Controls.Xaml;

using Microsoft.Maui.Controls.CustomAttributes;
using Microsoft.Maui.Controls.Internals;
using Microsoft.Maui.Controls.Xaml;

namespace Microsoft.Maui.Controls.Compatibility.ControlGallery.Issues
{
Expand Down
2 changes: 1 addition & 1 deletion src/Controls/src/Core/TypeConverterAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
using System.Collections.Generic;
using Microsoft.Maui.Controls.Shapes;
using Microsoft.Maui.Graphics;
using Rectangle = Microsoft.Maui.Graphics.Rectangle;
using Microsoft.Maui.Layouts;
using Rectangle = Microsoft.Maui.Graphics.Rectangle;

namespace Microsoft.Maui.Controls
{
Expand Down
2 changes: 1 addition & 1 deletion src/Core/src/Core/IFlexLayout.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Microsoft.Maui
/// A Flexbox-like layout that lays out child elements in optionally wrappable rows or columns of
/// child elements.
/// </summary>
public interface IFlexLayout : ILayout
public interface IFlexLayout : ILayout
{
/// <summary>
/// Gets the flex direction for child elements within this layout.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
using System.Threading.Tasks;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Maui.DeviceTests.Stubs;
using Microsoft.Maui.Handlers;
using Microsoft.Maui.Graphics;
using Microsoft.Maui.Handlers;
using Xunit;
using AColor = Android.Graphics.Color;

Expand Down

0 comments on commit 4a2d2c0

Please sign in to comment.