style: remove unnecessary empty line in SessionsController

This commit removes an empty line in the SessionsController class.

- Improves code readability
- Follows style guidelines for cleaner code
This commit is contained in:
songtianlun 2025-01-05 02:00:20 +08:00
parent cf76756f55
commit 5b7f75b5a8

View File

@ -1,7 +1,6 @@
class SessionsController < ApplicationController
include SessionsHelper
def new
end
def create