mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-12-19 11:28:51 +00:00
Fix Style/VerboseBlock issues
This commit is contained in:
@@ -256,7 +256,7 @@ def decrypt_port(p, x)
|
||||
p = p.gsub(/\b\w+\b/, x)
|
||||
|
||||
p = p.split(";")
|
||||
p = p.map { |item| item.split("=") }
|
||||
p = p.map(&.split("="))
|
||||
|
||||
mapping = {} of String => Int32
|
||||
p.each do |item|
|
||||
|
||||
Reference in New Issue
Block a user