Syntax update

This commit is contained in:
Priit Tark 2015-06-02 09:58:32 +03:00
parent 4448284680
commit 5c12362a7d

View file

@ -229,7 +229,7 @@ module Depp
end
def extension_xml
xml = {_anonymus: []}
xml = { _anonymus: [] }
ident = ident_xml[:_anonymus].try(:first)
legal = legal_document_xml[:_anonymus].try(:first)
xml[:_anonymus] << ident if ident.present?