From bb97955497f6217d5a4bc199904eb38646671fc3 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 6 Dec 2020 01:30:25 +0000 Subject: [PATCH] formatting, some from rustfmt (manually picked) Signed-off-by: Ian Jackson --- src/shapelib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shapelib.rs b/src/shapelib.rs index 8691e35a..7b00c38d 100644 --- a/src/shapelib.rs +++ b/src/shapelib.rs @@ -165,8 +165,8 @@ pub struct ItemEnquiryData { #[typetag::serde(name="Lib")] impl Outline for Item { delegate! { to self.outline { - fn surround_path(&self, pri : &PieceRenderInstructions) -> Result; - fn thresh_dragraise(&self, pri : &PieceRenderInstructions) + fn surround_path(&self, pri: &PieceRenderInstructions) -> Result; + fn thresh_dragraise(&self, pri: &PieceRenderInstructions) -> Result, IE>; fn bbox_approx(&self) -> [Pos; 2]; }}} -- 2.30.2