Make rubocop more happy

This commit is contained in:
Maciej Szlosarczyk 2020-06-05 10:44:58 +03:00
parent 94078fe71e
commit 1666ef288a
No known key found for this signature in database
GPG key ID: 41D62D42D3B0D765
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ module Deserializers
{
ident: frame.text,
ident_type: frame.attr('type'),
ident_country_code: frame.attr('cc')
ident_country_code: frame.attr('cc'),
}
else
{}

View file

@ -14,7 +14,7 @@ module Deserializers
{
body: ld.text,
type: ld['type']
type: ld['type'],
}
end
end