mirror of
https://github.com/redmine/redmine.git
synced 2025-11-10 07:16:03 +01:00
Fix a RuboCop offense Layout/TrailingWhitespace due to r19766 (#27790).
git-svn-id: http://svn.redmine.org/redmine/trunk@19768 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -332,7 +332,7 @@ class MercurialAdapterTest < ActiveSupport::TestCase
|
|||||||
|
|
||||||
def test_tagmap
|
def test_tagmap
|
||||||
tm = {
|
tm = {
|
||||||
'double"quote"tag' => 'cf5f7c556f5a643e1ec7cb01775be539f64eeefb',
|
'double"quote"tag' => 'cf5f7c556f5a643e1ec7cb01775be539f64eeefb',
|
||||||
@tag_char_1 => 'adf805632193500ad3b615cd04f58f9b0769f576',
|
@tag_char_1 => 'adf805632193500ad3b615cd04f58f9b0769f576',
|
||||||
'tag_test.00' => '6987191f453a5f6557018d522feea2c450d5588d',
|
'tag_test.00' => '6987191f453a5f6557018d522feea2c450d5588d',
|
||||||
'tag-init-revision' => '0885933ad4f68d77c2649cd11f8311276e7ef7ce',
|
'tag-init-revision' => '0885933ad4f68d77c2649cd11f8311276e7ef7ce',
|
||||||
|
|||||||
Reference in New Issue
Block a user