summaryrefslogtreecommitdiff
path: root/docs/manifest.json
diff options
context:
space:
mode:
authorJohn Ferlan <jferlan@redhat.com>2017-08-02 14:57:35 -0400
committerJohn Ferlan <jferlan@redhat.com>2017-08-02 15:00:28 -0400
commit13a626ccc91fa21036e503b9fef9c6c071545df3 (patch)
tree49c823a18af509376ca4442bc381d8e329f117c7 /docs/manifest.json
parent40cb5581c4ace6c4a5b68990aaac4dff1b656054 (diff)
downloadlibvirt-13a626ccc91fa21036e503b9fef9c6c071545df3.tar.gz
docs: Fix syntax-check error
commit id '40cb5581' caused syntax-check error: prohibit_empty_lines_at_EOF docs/manifest.json maint.mk: empty line(s) or no newline at EOF maint.mk:929: recipe for target 'sc_prohibit_empty_lines_at_EOF' failed make: *** [sc_prohibit_empty_lines_at_EOF] Error 1 I just edited the file and replaced the closing } and it made things happy
Diffstat (limited to 'docs/manifest.json')
-rw-r--r--docs/manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manifest.json b/docs/manifest.json
index 0f8fcbaf93..9466390ee0 100644
--- a/docs/manifest.json
+++ b/docs/manifest.json
@@ -15,4 +15,4 @@
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
-} \ No newline at end of file
+}