diff options
author | Semyon Pupkov <mail@semyonpupkov.com> | 2018-09-20 21:49:26 +0500 |
---|---|---|
committer | Semyon Pupkov <mail@semyonpupkov.com> | 2018-09-20 21:49:26 +0500 |
commit | 6c0907894f920c7681cff671542c69b914d4d03b (patch) | |
tree | f5fff153bc7d4afc7a8d82701954d173a7b78244 /spec | |
parent | 6c31b607de3528f78f340a2bc5bfdb163378981c (diff) | |
download | gitlab-ce-6c0907894f920c7681cff671542c69b914d4d03b.tar.gz |
Fix SpaceInsideArrayLiteralBrackets cop
Diffstat (limited to 'spec')
-rw-r--r-- | spec/lib/gitlab/import_export/relation_factory_spec.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/spec/lib/gitlab/import_export/relation_factory_spec.rb b/spec/lib/gitlab/import_export/relation_factory_spec.rb index cf9e0f71910..a31f77484d8 100644 --- a/spec/lib/gitlab/import_export/relation_factory_spec.rb +++ b/spec/lib/gitlab/import_export/relation_factory_spec.rb @@ -191,9 +191,7 @@ describe Gitlab::ImportExport::RelationFactory do "author" => { "name" => "Administrator" }, - "events" => [ - - ] + "events" => [] } end |