Remove the unnecessary empty string argument

This commit is contained in:
Paul van Tilburg 2018-06-22 23:13:21 +02:00
parent 34bd63ca3d
commit 3a5609a5a3
1 changed files with 2 additions and 2 deletions

View File

@ -163,7 +163,7 @@ end
# do an initial run.
files = `rubber-info --deps #{infile}`.chomp.split
compile(infile, mode)
puts ""
puts
# Spawn a viewer based on the mode.
viewer_pid = fork
@ -198,7 +198,7 @@ dirs.each do |dir|
puts "I: file #{ev.name} modified, compiling #{infile}..."
compile(infile, mode)
reload(infile, mode)
puts ""
puts
end
end