From 368c6db77e4de7fc3bc05bb545b4e07d380b04e3 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Wed, 11 Sep 2019 09:44:02 +0800 Subject: [PATCH] format --- examples/floor_stand/floor_stand_symbol.scad | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/floor_stand/floor_stand_symbol.scad b/examples/floor_stand/floor_stand_symbol.scad index f69cdc29..11f88c0f 100644 --- a/examples/floor_stand/floor_stand_symbol.scad +++ b/examples/floor_stand/floor_stand_symbol.scad @@ -71,4 +71,5 @@ module content(text, font, font_size, symbol_png, symbol_unicode, symbol_font, s } } -floor_stand(stand_width, stand_height, stand_thickness, joint_spacing, line_spacing) content(text, font, font_size, symbol_png, symbol_unicode, symbol_font, symbol_font_size, stand_height, stand_thickness, line_spacing);; +floor_stand(stand_width, stand_height, stand_thickness, joint_spacing, line_spacing) + content(text, font, font_size, symbol_png, symbol_unicode, symbol_font, symbol_font_size, stand_height, stand_thickness, line_spacing);