summaryrefslogtreecommitdiffstats
path: root/test/functional/repositories_mercurial_controller_test.rb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-07-30 13:07:31 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-07-30 13:07:31 +0000
commit62d536f657ff3be81f2373adb5e6700f648aa130 (patch)
tree7f2b7cb3cb4afe4cfb1c7da05e2a7aa0d7bdb0a9 /test/functional/repositories_mercurial_controller_test.rb
parent05c1e19bd84ae49aa46129575d24f12e74c3c3e4 (diff)
downloadredmine-62d536f657ff3be81f2373adb5e6700f648aa130.tar.gz
redmine-62d536f657ff3be81f2373adb5e6700f648aa130.zip
rubocop: fix Layout/BlockAlignment of test/functional/repositories_mercurial_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18335 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/repositories_mercurial_controller_test.rb')
-rw-r--r--test/functional/repositories_mercurial_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/repositories_mercurial_controller_test.rb b/test/functional/repositories_mercurial_controller_test.rb
index 6c48f9642..29ddc4fca 100644
--- a/test/functional/repositories_mercurial_controller_test.rb
+++ b/test/functional/repositories_mercurial_controller_test.rb
@@ -518,7 +518,7 @@ class RepositoriesMercurialControllerTest < Redmine::RepositoryControllerTest
assert_response :success
assert_select 'title',
:text => 'Revision 1:9d5b5b004199 - Added 2 files and modified one. - eCookbook Subproject 1 - Redmine'
- end
+ end
end
end