From c7a48d26bda1d27f2b65da86cba77115c5c8e8de Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Sat, 29 Feb 2020 11:42:26 +0800 Subject: [PATCH] format --- examples/hollow_out/hollow_out_vase.scad | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/hollow_out/hollow_out_vase.scad b/examples/hollow_out/hollow_out_vase.scad index 8d2eed3c..104cf1ba 100644 --- a/examples/hollow_out/hollow_out_vase.scad +++ b/examples/hollow_out/hollow_out_vase.scad @@ -62,5 +62,4 @@ module hollow_out_vase(ctrl_pts, t_step, width, fn, line_style) { hull_polyline3d([lst_sect[i] + offset_z, dangling_pts[i]], thickness = width, $fn = 4); hull_polyline3d([lst_sect[(i + 1) % leng_sect] + offset_z, dangling_pts[i]], thickness = width, $fn = 4); } - } \ No newline at end of file