Removed random blank line
This commit is contained in:
@@ -194,7 +194,6 @@ module Wfetch
|
|||||||
pattern = Regex.new(vars.keys.map { |k| Regex.escape(k) }.join("|"))
|
pattern = Regex.new(vars.keys.map { |k| Regex.escape(k) }.join("|"))
|
||||||
puts entry.to_s.gsub(pattern, vars)
|
puts entry.to_s.gsub(pattern, vars)
|
||||||
end
|
end
|
||||||
|
|
||||||
repeat += 1
|
repeat += 1
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user