mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2026-02-03 12:37:04 +00:00
Fix Style/VerboseBlock issues
This commit is contained in:
@@ -101,7 +101,7 @@ struct ChannelVideo
|
||||
def to_tuple
|
||||
{% begin %}
|
||||
{
|
||||
{{*@type.instance_vars.map { |var| var.name }}}
|
||||
{{*@type.instance_vars.map(&.name)}}
|
||||
}
|
||||
{% end %}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user