diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2017-08-11 17:36:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-11 17:36:22 -0400 |
commit | 9804e4c30c11bf755aa3181a8b1b54297d7fd19e (patch) | |
tree | b3f81bb076d109de4edcb8070c3827da040285e7 /activestorage/lib | |
parent | 8562404c6b76162e72e756f1859affad754400ff (diff) | |
parent | d9a283500fab3babb1d51d30b2a09b8949ab308c (diff) | |
download | rails-9804e4c30c11bf755aa3181a8b1b54297d7fd19e.tar.gz rails-9804e4c30c11bf755aa3181a8b1b54297d7fd19e.tar.bz2 rails-9804e4c30c11bf755aa3181a8b1b54297d7fd19e.zip |
Merge pull request #30147 from yhirano55/fix_trailing_blank_lines
[Active Storage] `rubocop -a --only Layout/TrailingBlankLines`
Diffstat (limited to 'activestorage/lib')
-rw-r--r-- | activestorage/lib/active_storage/attached/many.rb | 1 | ||||
-rw-r--r-- | activestorage/lib/active_storage/service/disk_service.rb | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/activestorage/lib/active_storage/attached/many.rb b/activestorage/lib/active_storage/attached/many.rb index 78ccf544c4..cc3e70ffe2 100644 --- a/activestorage/lib/active_storage/attached/many.rb +++ b/activestorage/lib/active_storage/attached/many.rb @@ -51,4 +51,3 @@ module ActiveStorage end end end - diff --git a/activestorage/lib/active_storage/service/disk_service.rb b/activestorage/lib/active_storage/service/disk_service.rb index 4569e4d0dc..9498761cc5 100644 --- a/activestorage/lib/active_storage/service/disk_service.rb +++ b/activestorage/lib/active_storage/service/disk_service.rb @@ -124,4 +124,3 @@ module ActiveStorage end end end - |