add empty line after guard clause to ApplicationSystemTestCase

git-svn-id: http://svn.redmine.org/redmine/trunk@20144 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2020-10-11 12:57:54 +00:00
parent 531879d947
commit 584fc1651a

View File

@@ -80,6 +80,7 @@ class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
loop do
files = downloaded_files(filename)
break if files.present?
sleep 0.2
end
end