Skip to content

Commit 32e89b7

Browse files
committed
* remove trailing spaces. [ci skip]
1 parent ddcfc9f commit 32e89b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tempfile.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ def call(*args)
305305
class Remover # :nodoc:
306306
def initialize(path)
307307
@pid = Process.pid
308-
@path = path
308+
@path = path
309309
end
310310

311311
def call(*args)

0 commit comments

Comments
 (0)