remove line-ending whitespace
[ruby_koans.git] / src / about_open_classes.rb
index bef7eff..80df888 100644 (file)
@@ -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