]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Fix syntax-check error
authorJohn Ferlan <jferlan@redhat.com>
Wed, 2 Aug 2017 18:57:35 +0000 (14:57 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 2 Aug 2017 19:00:28 +0000 (15:00 -0400)
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

docs/manifest.json

index 0f8fcbaf931968271927dca97d1bbc2d7c99a469..9466390ee0c74205b3145a260b8fb834ddc9a760 100644 (file)
@@ -15,4 +15,4 @@
     "theme_color": "#ffffff",
     "background_color": "#ffffff",
     "display": "standalone"
-}
\ No newline at end of file
+}