Skip to content

Commit

Permalink
Remove empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ScarletKuro committed May 30, 2024
1 parent 9c5671e commit aa74a36
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/GoogleMaterialDesignIconsGenerator/Utility/IconFilter.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using GoogleMaterialDesignIconsGenerator.Model;
using GoogleMaterialDesignIconsGenerator.Model.Google;
using System.Linq;

namespace GoogleMaterialDesignIconsGenerator.Utility;

Expand All @@ -20,8 +19,6 @@ public static Dictionary<string, IReadOnlyCollection<Icon>> GroupIconsByFamilies
return groupedIcons;
}



public static IReadOnlyCollection<Icon> FilterByFamily(IconsMetadata metadata, IconType iconType)
{
ArgumentNullException.ThrowIfNull(metadata);
Expand Down

0 comments on commit aa74a36

Please sign in to comment.