Skip to content

Commit 584fc16

Browse files
committed
add empty line after guard clause to ApplicationSystemTestCase
git-svn-id: http://svn.redmine.org/redmine/trunk@20144 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent 531879d commit 584fc16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/application_system_test_case.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ def downloaded_file(filename='*')
8080
loop do
8181
files = downloaded_files(filename)
8282
break if files.present?
83+
8384
sleep 0.2
8485
end
8586
end

0 commit comments

Comments
 (0)