Skip to content

Commit

Permalink
Update generator (remove unused whitespace)
Browse files Browse the repository at this point in the history
  • Loading branch information
dme-compunet committed Dec 28, 2024
1 parent 4b5c508 commit d5e6fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lucide.Avalonia/IconToGeometry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public static Geometry CreateGeometry(LucideIconKind kind)

geometry = Geometry.Parse(CreateGeometryString(kind));

_geometryCache.Add(kind, geometry);
_geometryCache.Add(kind, geometry);

return geometry;
}
Expand Down

0 comments on commit d5e6fca

Please sign in to comment.