Skip to content

Commit ad01951

Browse files
authored
Remove trailing spaces
1 parent 7faf22d commit ad01951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/server/ruby/bin/compile-extensions.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
end
6767
puts "Compiling native extension in #{ext_dir}"
6868
Dir.chdir(ext_dir) do
69-
`"#{RbConfig.ruby}" extconf.rb`
69+
`"#{RbConfig.ruby}" extconf.rb`
7070
`make clean`
7171
`make`
7272
end

0 commit comments

Comments
 (0)