This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/master by this push:
new 085bb1f RAT-262: Fix malformed JSON
085bb1f is described below
commit 085bb1fefc4720bc000b42134651bbb8f48b2e79
Author: Hugo Hirsch <[email protected]>
AuthorDate: Tue Jan 28 09:30:08 2020 +0100
RAT-262: Fix malformed JSON
---
apache-rat-core/src/test/resources/elements/plain.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apache-rat-core/src/test/resources/elements/plain.json
b/apache-rat-core/src/test/resources/elements/plain.json
index e253bcc..72fc4cd 100644
--- a/apache-rat-core/src/test/resources/elements/plain.json
+++ b/apache-rat-core/src/test/resources/elements/plain.json
@@ -1,3 +1,3 @@
{
- json: "plain"
+ "json": "plain"
}