Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ScarletKuro committed May 30, 2024
1 parent 207580f commit 472cb67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ public static IGenerator Create(IconType iconType)
IconType.MaterialSymbols => new MaterialSymbolsGenerator(),
_ => throw new InvalidOperationException($"No generator found for icon type {iconType}!")
};
}
}
}

0 comments on commit 472cb67

Please sign in to comment.