Skip to content

Commit 099c480

Browse files
committed
remove spaces
1 parent ef7026f commit 099c480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/mir/interpolation/package.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ unittest
8383
import mir.interpolation: interp1;
8484
import mir.interpolation.pchip;
8585

86-
auto x = [1.0, 2, 4, 5, 8, 10, 12, 15, 19, 22];
86+
auto x = [1.0, 2, 4, 5, 8, 10, 12, 15, 19, 22];
8787
auto y = [17.0, 0, 16, 4, 10, 15, 19, 5, 18, 6];
8888
auto interpolation = x.pchip(y);
8989

0 commit comments

Comments
 (0)