Skip to content

Commit

Permalink
fix rubocop violation
Browse files Browse the repository at this point in the history
  • Loading branch information
pcai committed Jun 10, 2024
1 parent cbd735b commit 75787b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/winrm/shells/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ def remove_finalizer
def self.finalize(connection_opts, transport, shell_id)
proc { Thread.new { close_shell(connection_opts, transport, shell_id) } }
end
private_class_method :finalize
end
end
end

0 comments on commit 75787b3

Please sign in to comment.