diff app/controllers/tweets_controller.rb @ 205:8190fa511e35

Fix some code style
author nanaya <me@nanaya.pro>
date Mon, 19 Oct 2020 04:09:12 +0900
parents af84c9f23263
children f9fd9d9cab97
line wrap: on
line diff
--- a/app/controllers/tweets_controller.rb	Mon Oct 19 04:08:30 2020 +0900
+++ b/app/controllers/tweets_controller.rb	Mon Oct 19 04:09:12 2020 +0900
@@ -28,6 +28,7 @@
   end
 
   private
+
   def normalized_screen_name
     @user.screen_name.presence || '_'
   end