Remove trailing whitespace

This commit is contained in:
Andy Lindeman
2011-01-22 19:37:45 -06:00
parent 70eae5b306
commit c350469e93

View File

@@ -10,7 +10,7 @@ class AboutTrueAndFalse < EdgeCase::Koan
end
def test_true_is_treated_as_true
assert_equal __, truth_value(true)
assert_equal __, truth_value(true)
end
def test_false_is_treated_as_false