From bfa05a308fff7292bca2885bf21ac8ae2d9b0128 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=CE=B1don=20Fowler?= Date: Tue, 17 Mar 2015 07:24:22 -0700 Subject: [PATCH] Add proper line indenting --- README.rdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rdoc b/README.rdoc index 665b052..90926fb 100644 --- a/README.rdoc +++ b/README.rdoc @@ -29,9 +29,9 @@ radically different. if z if (z) Bloop 123 return Bloop(123); else else - this.bleep = $zing return this.bleep=$zing;});} - end - end + this.bleep = $zing return this.bleep=$zing; + end }); + end } end Notice a few things: