summaryrefslogtreecommitdiff
path: root/tests/multiple_database/fixtures
diff options
context:
space:
mode:
authorTom Carrick <tom@carrick.eu>2025-03-11 08:01:06 +0100
committerGitHub <noreply@github.com>2025-03-11 08:01:06 +0100
commit8df5ce80d26824ce72af41edc03275d435de9432 (patch)
treeab7ee353b9c3d48ae447be31b8d2c19215856d0b /tests/multiple_database/fixtures
parentab148c02cedbac492f29930dcd5346e1af052635 (diff)
Fixed #36177 -- Added a trailing newline to JSON serializer. (#19232)
Diffstat (limited to 'tests/multiple_database/fixtures')
-rw-r--r--tests/multiple_database/fixtures/multidb-common.json2
-rw-r--r--tests/multiple_database/fixtures/multidb.other.json2
-rw-r--r--tests/multiple_database/fixtures/pets.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/multiple_database/fixtures/multidb-common.json b/tests/multiple_database/fixtures/multidb-common.json
index 33134173b9..044cbd99b0 100644
--- a/tests/multiple_database/fixtures/multidb-common.json
+++ b/tests/multiple_database/fixtures/multidb-common.json
@@ -7,4 +7,4 @@
"published": "2009-7-8"
}
}
-] \ No newline at end of file
+]
diff --git a/tests/multiple_database/fixtures/multidb.other.json b/tests/multiple_database/fixtures/multidb.other.json
index c64f490201..5f1435f740 100644
--- a/tests/multiple_database/fixtures/multidb.other.json
+++ b/tests/multiple_database/fixtures/multidb.other.json
@@ -23,4 +23,4 @@
"editor": ["Chris Mills"]
}
}
-] \ No newline at end of file
+]
diff --git a/tests/multiple_database/fixtures/pets.json b/tests/multiple_database/fixtures/pets.json
index 89756a3e5b..5691975c02 100644
--- a/tests/multiple_database/fixtures/pets.json
+++ b/tests/multiple_database/fixtures/pets.json
@@ -15,4 +15,4 @@
"owner": 2
}
}
-] \ No newline at end of file
+]