From 875f25b3f365f8d4db177fa07fb8d1c511ad914b Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Wed, 31 Dec 2014 09:37:20 -0500 Subject: [PATCH] Demonstrate show that trailing whitespace is okay ...even though it's not. --- samples/units.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/units.rb b/samples/units.rb index a7dab90..ea7a186 100644 --- a/samples/units.rb +++ b/samples/units.rb @@ -22,7 +22,7 @@ Squib::Deck.new do rect x: safe_margin, y: safe_margin, width: safe_width, height: safe_height, radius: 25 - rect x: '4cm', y: '4 cm', width: 100, height: 100 + rect x: '4cm', y: '4 cm ', width: 100, height: 100 save prefix: 'units_', format: :png end