Skip to content

Commit 88a3790

Browse files
committed
fixup
1 parent 1a5dbca commit 88a3790

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/mir/interpolate/spline.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1657,7 +1657,7 @@ struct MetaSpline(T, X)
16571657
bool opEquals()(auto ref scope const typeof(this) rhs) scope const @trusted pure nothrow @nogc
16581658
{
16591659
return this.gridScopeView == rhs.gridScopeView
1660-
&& this.data == rhsthis.data
1660+
&& this.data == rhs.data
16611661
&& this.configuration == rhs.configuration;
16621662
}
16631663

0 commit comments

Comments
 (0)