mirror of
https://github.com/jimeh/redistat.git
synced 2026-02-19 13:26:39 +00:00
syntax beautification
This commit is contained in:
@@ -18,10 +18,10 @@ module Redistat
|
||||
|
||||
if options[:enable_grouping]
|
||||
stats = inject_group_summaries(stats)
|
||||
key.groups.each { |k|
|
||||
key.groups.each do |k|
|
||||
update_key(k, stats, depth_limit, options[:connection_ref])
|
||||
k.update_index if options[:label_indexing]
|
||||
}
|
||||
end
|
||||
else
|
||||
update_key(key, stats, depth_limit, options[:connection_ref])
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user