Skip to content

Commit

Permalink
Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
drewnoakes committed Jan 29, 2024
1 parent eba4912 commit 24321dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MetadataExtractor/Formats/Photoshop/PhotoshopDescriptor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ public sealed class PhotoshopDescriptor(PhotoshopDirectory directory)

foreach (Subpath path in paths)
{
str.Append($"\n- {path.Type} with { paths.Count}").Append(paths.Count == 1 ? " knot:" : " knots:");
str.Append($"\n- {path.Type} with {paths.Count}").Append(paths.Count == 1 ? " knot:" : " knots:");

foreach (Knot knot in path.Knots)
{
Expand Down

0 comments on commit 24321dd

Please sign in to comment.