Skip to content

Commit aa74a36

Browse files
committed
Remove empty lines
1 parent 9c5671e commit aa74a36

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/GoogleMaterialDesignIconsGenerator/Utility/IconFilter.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using GoogleMaterialDesignIconsGenerator.Model;
22
using GoogleMaterialDesignIconsGenerator.Model.Google;
3-
using System.Linq;
43

54
namespace GoogleMaterialDesignIconsGenerator.Utility;
65

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

23-
24-
2522
public static IReadOnlyCollection<Icon> FilterByFamily(IconsMetadata metadata, IconType iconType)
2623
{
2724
ArgumentNullException.ThrowIfNull(metadata);

0 commit comments

Comments
 (0)