summaryrefslogtreecommitdiff
path: root/lib/gitlab/import_export/json/ndjson_reader.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/import_export/json/ndjson_reader.rb')
-rw-r--r--lib/gitlab/import_export/json/ndjson_reader.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/import_export/json/ndjson_reader.rb b/lib/gitlab/import_export/json/ndjson_reader.rb
index 5c8edd485e5..4899bd3b0ee 100644
--- a/lib/gitlab/import_export/json/ndjson_reader.rb
+++ b/lib/gitlab/import_export/json/ndjson_reader.rb
@@ -2,7 +2,7 @@
module Gitlab
module ImportExport
- module JSON
+ module Json
class NdjsonReader
MAX_JSON_DOCUMENT_SIZE = 50.megabytes