Skip to content

Commit

Permalink
Applying formatting changes through GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 26, 2024
1 parent 5ac442f commit c3ebb6f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/TagzApp.Providers.Blazot/Models/AnimatedMedia.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
namespace TagzApp.Providers.Blazot.Models;

public class AnimatedMedia
{
public string Url { get; set; } = string.Empty;

public int Width { get; set; }

public int Height { get; set; }
}
namespace TagzApp.Providers.Blazot.Models;

public class AnimatedMedia
{
public string Url { get; set; } = string.Empty;

public int Width { get; set; }

public int Height { get; set; }
}

0 comments on commit c3ebb6f

Please sign in to comment.