aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/lib
diff options
context:
space:
mode:
authorYoshiyuki Hirano <yhirano@me.com>2017-08-09 14:31:07 +0900
committerYoshiyuki Hirano <yhirano@me.com>2017-08-09 14:31:15 +0900
commitd9a283500fab3babb1d51d30b2a09b8949ab308c (patch)
treeb49a13e8a8c177092d35d72d52fd0384d32ddf9d /activestorage/lib
parentda589fcc4a15cdc923b9df55f9fe964df996e49b (diff)
downloadrails-d9a283500fab3babb1d51d30b2a09b8949ab308c.tar.gz
rails-d9a283500fab3babb1d51d30b2a09b8949ab308c.tar.bz2
rails-d9a283500fab3babb1d51d30b2a09b8949ab308c.zip
[Active Storage] `rubocop -a --only Layout/TrailingBlankLines`
Diffstat (limited to 'activestorage/lib')
-rw-r--r--activestorage/lib/active_storage/attached/macros.rb2
-rw-r--r--activestorage/lib/active_storage/attached/many.rb1
-rw-r--r--activestorage/lib/active_storage/service/disk_service.rb1
3 files changed, 1 insertions, 3 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
-
diff --git a/activestorage/lib/active_storage/service/disk_service.rb b/activestorage/lib/active_storage/service/disk_service.rb
index 3d92102cf0..cae7908126 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
-