Fix style.

This commit is contained in:
Markus Reiter 2018-07-18 00:21:48 +02:00
parent 444e3d2a78
commit f6e7a3ed9d

View File

@ -271,7 +271,7 @@ class Tap
raise "Cannot tap #{name}: invalid syntax in tap!" raise "Cannot tap #{name}: invalid syntax in tap!"
end end
end end
rescue Interrupt, ErrorDuringExecution, RuntimeError rescue Interrupt, RuntimeError
ignore_interrupts do ignore_interrupts do
# wait for git to possibly cleanup the top directory when interrupt happens. # wait for git to possibly cleanup the top directory when interrupt happens.
sleep 0.1 sleep 0.1