diff options
author | Go MAEDA <maeda@farend.jp> | 2019-08-14 03:02:20 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-08-14 03:02:20 +0000 |
commit | 31e8e736f3adbc8b217438e9ebb93725c0d2e092 (patch) | |
tree | 2be2967f2b3a5ab95345d3a648211585bfec5c5c /test/integration | |
parent | beeacb2c2a833cfffc83d05ccb4317cb41654374 (diff) | |
download | redmine-31e8e736f3adbc8b217438e9ebb93725c0d2e092.tar.gz redmine-31e8e736f3adbc8b217438e9ebb93725c0d2e092.zip |
Code cleanup: RuboCop: Layout/TrailingBlankLines
git-svn-id: http://svn.redmine.org/redmine/trunk@18367 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/integration')
-rw-r--r-- | test/integration/api_test/my_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/integration/api_test/my_test.rb b/test/integration/api_test/my_test.rb index 92a54f3ea..8ea98ad6e 100644 --- a/test/integration/api_test/my_test.rb +++ b/test/integration/api_test/my_test.rb @@ -103,4 +103,3 @@ class Redmine::ApiTest::MyTest < Redmine::ApiTest::Base assert_kind_of Array, json['errors'] end end - |