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:
parent
cf76756f55
commit
5b7f75b5a8
@ -1,7 +1,6 @@
|
||||
class SessionsController < ApplicationController
|
||||
include SessionsHelper
|
||||
def new
|
||||
|
||||
end
|
||||
|
||||
def create
|
||||
|
Loading…
Reference in New Issue
Block a user