From d63ee467eeaf1ef26fd14f85fb2a5310e6f9fd25 Mon Sep 17 00:00:00 2001 From: Chintak Sheth Date: Sat, 18 May 2013 14:38:45 +0530 Subject: [PATCH] Trailing whitespace --- skimage/morphology/convex_hull.py | 1 + 1 file changed, 1 insertion(+) diff --git a/skimage/morphology/convex_hull.py b/skimage/morphology/convex_hull.py index d024ca02..9bb65fbb 100644 --- a/skimage/morphology/convex_hull.py +++ b/skimage/morphology/convex_hull.py @@ -96,3 +96,4 @@ def convex_hull_object(image): convex_img = np.logical_or(convex_img, convex_obj) return convex_img + \ No newline at end of file