Skip to content

Commit

Permalink
in_windows_eventlog2: Remove a needless space
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 committed Aug 1, 2024
1 parent 939d9cf commit 9f3f411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluent/plugin/in_windows_eventlog2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class << self
if @render_as_xml
@keynames.delete('User')
end
if !@render_as_xml && !@preserve_sid_on_hash
if !@render_as_xml && !@preserve_sid_on_hash
@keynames.delete('UserID')
end

Expand Down

0 comments on commit 9f3f411

Please sign in to comment.