Run rubocop on all files

This commit is contained in:
2023-06-08 21:57:54 +10:00
parent 6a2bc82e3b
commit 9d9d8ccf6d
65 changed files with 114 additions and 158 deletions

View File

@@ -8,7 +8,7 @@ module Admin
include Dry::Monads[:result]
include Deps["repos.bookmark_repo"]
def call(bookmark_id: )
def call(bookmark_id:)
bookmark = bookmark_repo.fetch(id: bookmark_id)
bookmark.url