From 32e89b7f9cdd29d553be7f0e55eed1c21fc79184 Mon Sep 17 00:00:00 2001 From: git Date: Wed, 8 Nov 2023 15:20:01 +0000 Subject: [PATCH] * remove trailing spaces. [ci skip] --- lib/tempfile.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tempfile.rb b/lib/tempfile.rb index ca8fa4bf7e..d192bf3502 100644 --- a/lib/tempfile.rb +++ b/lib/tempfile.rb @@ -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)