diff options
author | Yoshiyuki Hirano <yhirano@me.com> | 2017-08-09 14:31:07 +0900 |
---|---|---|
committer | Yoshiyuki Hirano <yhirano@me.com> | 2017-08-09 14:31:15 +0900 |
commit | d9a283500fab3babb1d51d30b2a09b8949ab308c (patch) | |
tree | b49a13e8a8c177092d35d72d52fd0384d32ddf9d /activestorage/lib/active_storage/attached | |
parent | da589fcc4a15cdc923b9df55f9fe964df996e49b (diff) | |
download | rails-d9a283500fab3babb1d51d30b2a09b8949ab308c.tar.gz rails-d9a283500fab3babb1d51d30b2a09b8949ab308c.tar.bz2 rails-d9a283500fab3babb1d51d30b2a09b8949ab308c.zip |
[Active Storage] `rubocop -a --only Layout/TrailingBlankLines`
Diffstat (limited to 'activestorage/lib/active_storage/attached')
-rw-r--r-- | activestorage/lib/active_storage/attached/macros.rb | 2 | ||||
-rw-r--r-- | activestorage/lib/active_storage/attached/many.rb | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/activestorage/lib/active_storage/attached/macros.rb b/activestorage/lib/active_storage/attached/macros.rb index 5779348148..ef00033aeb 100644 --- a/activestorage/lib/active_storage/attached/macros.rb +++ b/activestorage/lib/active_storage/attached/macros.rb @@ -81,4 +81,4 @@ module ActiveStorage end end end -end
\ No newline at end of file +end diff --git a/activestorage/lib/active_storage/attached/many.rb b/activestorage/lib/active_storage/attached/many.rb index 82989e4605..1723756831 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 - |