From ce6cab8134dbe12d3f46280842ed53f666f28c4f Mon Sep 17 00:00:00 2001 From: "Tom A. Wagner" Date: Wed, 13 Oct 2021 12:01:22 +0200 Subject: [PATCH] Run rustfmt --- src/view/graph_view.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/view/graph_view.rs b/src/view/graph_view.rs index a49d63d..5f1f2a2 100644 --- a/src/view/graph_view.rs +++ b/src/view/graph_view.rs @@ -197,7 +197,6 @@ mod imp { 0.0 }; - // Place curve control offset by half the x distance between the two points. // This makes the curve scale well for varying distances between the two ports, // especially when the output port is farther right than the input port.