From 8a552d07122aa91e17c6020b87e34bd3aabb0480 Mon Sep 17 00:00:00 2001 From: "Tom A. Wagner" Date: Wed, 13 Oct 2021 11:56:46 +0200 Subject: [PATCH] graphview: Add missing `};` to fix build. --- src/view/graph_view.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/view/graph_view.rs b/src/view/graph_view.rs index c01a1b2..a49d63d 100644 --- a/src/view/graph_view.rs +++ b/src/view/graph_view.rs @@ -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.