graphview: Add missing }; to fix build.

This commit is contained in:
Tom A. Wagner
2021-10-13 11:56:46 +02:00
parent f76235674c
commit 8a552d0712

View File

@@ -195,6 +195,7 @@ mod imp {
f64::max(0.0, 25.0 - (from_y - to_y).abs())
} else {
0.0
};
// Place curve control offset by half the x distance between the two points.