Skip to content

Commit a1277a6

Browse files
committed
Style
1 parent 8a7db7b commit a1277a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/execjs/external_runtime.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def call(identifier, *args)
2626

2727
protected
2828
def compile_to_tempfile(source)
29-
tempfile = Tempfile.open(["execjs",".js"])
29+
tempfile = Tempfile.open(['execjs', '.js'])
3030
tempfile.write compile(source)
3131
tempfile.close
3232
yield tempfile

0 commit comments

Comments
 (0)