Skip to content

Commit

Permalink
forgot a handrolled type
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhathcock committed Jul 3, 2024
1 parent 69acbbb commit 359dc21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Speckle.Revit2023.Fakes/Enumerables.Plumbing.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public partial class PointIterator
object IEnumerator.Current => throw new System.NotImplementedException();
}

public partial struct CloudPoint
public partial class CloudPoint
{
public static implicit operator XYZ(CloudPoint cp) => new(cp.X, cp.Y, cp.Z);
}
Expand Down

0 comments on commit 359dc21

Please sign in to comment.