diff options
author | Florent Guilleux <florent2@gmail.com> | 2012-12-01 13:20:39 -0500 |
---|---|---|
committer | Florent Guilleux <florent2@gmail.com> | 2012-12-01 13:20:39 -0500 |
commit | 90c887fa7d0c454b7533e208daefc342dea4d5f3 (patch) | |
tree | 330d9fd049b3fbbba80dbed5dbe0620d972d06d2 /actionpack/lib/action_dispatch | |
parent | 5ff59704f68d284381606a1b76e4ffcfd73b2cfa (diff) | |
download | rails-90c887fa7d0c454b7533e208daefc342dea4d5f3.tar.gz rails-90c887fa7d0c454b7533e208daefc342dea4d5f3.tar.bz2 rails-90c887fa7d0c454b7533e208daefc342dea4d5f3.zip |
Remove trailing whitespaces
Diffstat (limited to 'actionpack/lib/action_dispatch')
-rw-r--r-- | actionpack/lib/action_dispatch/middleware/flash.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/middleware/flash.rb b/actionpack/lib/action_dispatch/middleware/flash.rb index 7b18c57420..7d812b9d53 100644 --- a/actionpack/lib/action_dispatch/middleware/flash.rb +++ b/actionpack/lib/action_dispatch/middleware/flash.rb @@ -82,7 +82,7 @@ module ActionDispatch else new end - + flash.tap(&:sweep) end |