diff options
author | RomD <romd86@gmail.com> | 2010-02-06 17:21:05 +0100 |
---|---|---|
committer | Carl Lerche <carllerche@mac.com> | 2010-02-06 09:51:53 -0800 |
commit | 3caca406c8cadbd4a42e50bfbb3e2794fd8d985e (patch) | |
tree | 7923d5c7dbb10fab83462c3de87e6a1d527dc8b3 /activesupport/lib | |
parent | f44a0b1d524064a2e919cd10d3013db680af9b17 (diff) | |
download | rails-3caca406c8cadbd4a42e50bfbb3e2794fd8d985e.tar.gz rails-3caca406c8cadbd4a42e50bfbb3e2794fd8d985e.tar.bz2 rails-3caca406c8cadbd4a42e50bfbb3e2794fd8d985e.zip |
remove trailing whitespace
Signed-off-by: Carl Lerche <carllerche@mac.com>
Diffstat (limited to 'activesupport/lib')
-rw-r--r-- | activesupport/lib/active_support/whiny_nil.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/whiny_nil.rb b/activesupport/lib/active_support/whiny_nil.rb index d600ea4825..11b05efac1 100644 --- a/activesupport/lib/active_support/whiny_nil.rb +++ b/activesupport/lib/active_support/whiny_nil.rb @@ -11,7 +11,7 @@ # classes in NilClass::WHINERS the error message suggests which could be the # actual intended class: # -# $ rails runner nil.destroy +# $ rails runner nil.destroy # ... # You might have expected an instance of ActiveRecord::Base. # ... |