From 472cb67030231cf3a58743b3167b87dadb1eaf79 Mon Sep 17 00:00:00 2001 From: Artyom M Date: Thu, 30 May 2024 13:20:38 +0300 Subject: [PATCH] Fix formatting --- .../Generator/GeneratorFactory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GoogleMaterialDesignIconsGenerator/Generator/GeneratorFactory.cs b/src/GoogleMaterialDesignIconsGenerator/Generator/GeneratorFactory.cs index 9bd0e8c..61f5736 100644 --- a/src/GoogleMaterialDesignIconsGenerator/Generator/GeneratorFactory.cs +++ b/src/GoogleMaterialDesignIconsGenerator/Generator/GeneratorFactory.cs @@ -12,5 +12,5 @@ public static IGenerator Create(IconType iconType) IconType.MaterialSymbols => new MaterialSymbolsGenerator(), _ => throw new InvalidOperationException($"No generator found for icon type {iconType}!") }; - } + } } \ No newline at end of file