]> git.notmuchmail.org Git - notmuch/commitdiff
NEWS: Remove trailing comma from an old nmbug-status config
authorW. Trevor King <wking@tremily.us>
Sat, 2 Jan 2016 06:07:40 +0000 (22:07 -0800)
committerDavid Bremner <david@tethera.net>
Thu, 7 Jan 2016 13:15:58 +0000 (09:15 -0400)
That closing brace is the end of the config JSON; there won't be
anything coming after it.

NEWS

diff --git a/NEWS b/NEWS
index 6681699d3830ac8e88bda332aa08d46ab6829f13..0a7a0e090900117aba7ef4f1176efddb233f72ff 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -409,7 +409,7 @@ from the config file.  Use something like:
          ...
       },
       ...
-    },
+    }
 
 Python Bindings
 ---------------