diff options
author | Yves Senn <yves.senn@gmail.com> | 2014-09-02 08:42:44 +0200 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2014-09-02 08:42:44 +0200 |
commit | 3579120367f32c87826bbfb9cce4c5e0a48fd0c8 (patch) | |
tree | 447c3d9a83a3dad896c71449028d1305a2ba9008 /activesupport | |
parent | 41e48c2874eb8b4c419b7803976646005739d5bd (diff) | |
download | rails-3579120367f32c87826bbfb9cce4c5e0a48fd0c8.tar.gz rails-3579120367f32c87826bbfb9cce4c5e0a48fd0c8.tar.bz2 rails-3579120367f32c87826bbfb9cce4c5e0a48fd0c8.zip |
remove trailing whitespace. [ci skip]
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 3cd2235aec..80fdb56087 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,9 +1,9 @@ * Added instance_eval version to Object#try, so you can do this: person.try { name.first } - + instead of: - + person.try { |person| person.name.first } *DHH* |