From fa0348d52b5bd91fe4fc2420f6fb21d05c4d49a5 Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Thu, 24 Oct 2019 11:41:47 +0900 Subject: [PATCH] Remove a needless newline Signed-off-by: Hiroshi Hatake --- lib/fluent/command/fluentd.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/fluent/command/fluentd.rb b/lib/fluent/command/fluentd.rb index 71cceb7f1f..debef108dd 100644 --- a/lib/fluent/command/fluentd.rb +++ b/lib/fluent/command/fluentd.rb @@ -312,7 +312,6 @@ require 'fluent/supervisor' if opts[:supervise] if Fluent.windows? - if opts[:log_path] && opts[:log_path] != "-" if opts[:log_rotate_age] || opts[:log_rotate_size] require 'pathname'