* remove trailing spaces. [ci skip]

This commit is contained in:
git 2023-11-08 15:20:01 +00:00
parent ddcfc9feab
commit 32e89b7f9c

View File

@ -305,7 +305,7 @@ class Tempfile < DelegateClass(File)
class Remover # :nodoc:
def initialize(path)
@pid = Process.pid
@path = path
@path = path
end
def call(*args)