Run rubocop on all files
This commit is contained in:
@@ -4,7 +4,6 @@ module Admin
|
||||
module Views
|
||||
module Bookmarks
|
||||
class Index < Admin::View
|
||||
|
||||
include Deps["repos.bookmark_repo"]
|
||||
|
||||
expose :published_bookmarks do |bookmarks|
|
||||
@@ -16,7 +15,7 @@ module Admin
|
||||
end
|
||||
|
||||
expose :bookmarks do
|
||||
bookmark_repo.list.partition{|p| p.published_at }
|
||||
bookmark_repo.list.partition { |p| p.published_at }
|
||||
end
|
||||
|
||||
expose :running_jobs do
|
||||
@@ -26,4 +25,4 @@ module Admin
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user