Add and apply MultilineMethodCallIndentation rule
This commit is contained in:
@@ -3,7 +3,7 @@ class Verification::Management::ManagedUser
|
||||
|
||||
def self.find(document_type, document_number)
|
||||
User.where.not(document_number: nil)
|
||||
.find_or_initialize_by(document_type: document_type,
|
||||
document_number: document_number)
|
||||
.find_or_initialize_by(document_type: document_type,
|
||||
document_number: document_number)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user