diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2018-07-12 14:03:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-12 14:03:52 -0400 |
commit | 0d864e7eff47ae740b9ea463b46453963ef264cd (patch) | |
tree | 3f15667a42e6422d67ec183405263ea50a0b5e68 /actionpack/lib | |
parent | 16f435f9313daa9e00dad25e2bcf95e30ad736ed (diff) | |
parent | 6f58b2cfc97d9ac2358600f18b0fabc48fdfc2c6 (diff) | |
download | rails-0d864e7eff47ae740b9ea463b46453963ef264cd.tar.gz rails-0d864e7eff47ae740b9ea463b46453963ef264cd.tar.bz2 rails-0d864e7eff47ae740b9ea463b46453963ef264cd.zip |
Merge pull request #33350 from kamipo/address_blank_lines_automatically
Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the future
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_dispatch/middleware/static.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/middleware/static.rb b/actionpack/lib/action_dispatch/middleware/static.rb index 8130bfe2e7..277074f216 100644 --- a/actionpack/lib/action_dispatch/middleware/static.rb +++ b/actionpack/lib/action_dispatch/middleware/static.rb @@ -41,7 +41,6 @@ module ActionDispatch rescue SystemCallError false end - } return ::Rack::Utils.escape_path(match).b end |