From: Matthew Boston Date: Wed, 8 Feb 2012 03:16:52 +0000 (-0500) Subject: remove line-ending whitespace X-Git-Url: https://git.eng.unimelb.edu.au/public?p=ruby_koans.git;a=commitdiff_plain;h=711564c4522a603a665b67bf3173bb28c02c1d14 remove line-ending whitespace --- diff --git a/src/about_open_classes.rb b/src/about_open_classes.rb index bef7eff..80df888 100644 --- a/src/about_open_classes.rb +++ b/src/about_open_classes.rb @@ -41,5 +41,5 @@ class AboutOpenClasses < EdgeCase::Koan end # NOTE: To understand why we need the :: before Integer, you need to - # become enlightened about scope. + # become enlightened about scope. end