Run rubocop on all files
This commit is contained in:
@@ -4,7 +4,6 @@ module Admin
|
||||
module Commands
|
||||
module Movies
|
||||
class Create
|
||||
|
||||
include Deps["repos.movie_repo"]
|
||||
|
||||
def call(movie)
|
||||
@@ -20,8 +19,7 @@ module Admin
|
||||
|
||||
repo.create(movie)
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user