mirror of
https://github.com/internetee/registry.git
synced 2025-06-05 12:17:30 +02:00
Make rubocop more happy
This commit is contained in:
parent
94078fe71e
commit
1666ef288a
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
{}
|
||||
|
|
|
@ -14,7 +14,7 @@ module Deserializers
|
|||
|
||||
{
|
||||
body: ld.text,
|
||||
type: ld['type']
|
||||
type: ld['type'],
|
||||
}
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue