Skip to content

Commit

Permalink
Fix inappropriate _ prefix usage for arguments
Browse files Browse the repository at this point in the history
Signed-off-by: Takuro Ashie <[email protected]>
  • Loading branch information
ashie committed Nov 23, 2022
1 parent 7147700 commit 899a0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluent/test/driver/filter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def filtered_records
end

def filtered_time
@filtered.map {|_time, record| _time }
@filtered.map {|time, _record| time }
end

def instance_hook_after_started
Expand Down

0 comments on commit 899a0ca

Please sign in to comment.