mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-05 10:56:11 +02:00
Proper short variable name
This commit is contained in:
parent
8c5a959b97
commit
9207ca420f
@ -76,8 +76,8 @@ class RegexpPreview
|
||||
def multiline_detect(lines, regexps)
|
||||
whole = ""
|
||||
matches = []
|
||||
lines.each_with_index do |line, j|
|
||||
m = line.match(multiline_regexps[j])
|
||||
lines.each_with_index do |line, i|
|
||||
m = line.match(multiline_regexps[i])
|
||||
unless m
|
||||
return nil
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user