Skip to content

Commit d4a915b

Browse files
cachedoutycombinator
authored andcommitted
Style change to make code more vertical.
Fixes #10561
1 parent 6bc3ba4 commit d4a915b

File tree

1 file changed

+10
-1
lines changed
  • logstash-core/lib/logstash/api/commands

1 file changed

+10
-1
lines changed

logstash-core/lib/logstash/api/commands/node.rb

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,16 @@ def pipelines
2727
def pipeline(pipeline_id)
2828
extract_metrics(
2929
[:stats, :pipelines, pipeline_id.to_sym, :config],
30-
:graph, :ephemeral_id, :hash, :workers, :batch_size, :batch_delay, :config_reload_automatic, :config_reload_interval, :dead_letter_queue_enabled, :dead_letter_queue_path
30+
:graph,
31+
:ephemeral_id,
32+
:hash,
33+
:workers,
34+
:batch_size,
35+
:batch_delay,
36+
:config_reload_automatic,
37+
:config_reload_interval,
38+
:dead_letter_queue_enabled,
39+
:dead_letter_queue_path
3140
).reject{|_, v|v.nil?}
3241
rescue
3342
{}

0 commit comments

Comments
 (0)