summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorSemyon Pupkov <mail@semyonpupkov.com>2018-09-20 21:49:26 +0500
committerSemyon Pupkov <mail@semyonpupkov.com>2018-09-20 21:49:26 +0500
commit6c0907894f920c7681cff671542c69b914d4d03b (patch)
treef5fff153bc7d4afc7a8d82701954d173a7b78244 /spec
parent6c31b607de3528f78f340a2bc5bfdb163378981c (diff)
downloadgitlab-ce-6c0907894f920c7681cff671542c69b914d4d03b.tar.gz
Fix SpaceInsideArrayLiteralBrackets cop
Diffstat (limited to 'spec')
-rw-r--r--spec/lib/gitlab/import_export/relation_factory_spec.rb4
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