git: d44c419446 - remove trailing comma

Eitan Adler eadler at FreeBSD.org
Sun Dec 13 16:58:10 UTC 2020


The branch main has been updated by eadler:

URL: https://cgit.FreeBSD.org/doc/commit/?id=d44c419446cde5e04e79b7d5a2d3ce4894f226a8

commit d44c419446cde5e04e79b7d5a2d3ce4894f226a8
Author:     Eitan Adler <eadler at FreeBSD.org>
AuthorDate: 2020-12-13 16:57:46 +0000
Commit:     Eitan Adler <eadler at FreeBSD.org>
CommitDate: 2020-12-13 16:57:46 +0000

    remove trailing comma
    
    Problem / Solution
    
    Remove the now-trailing comma introduced by my previous commit.
---
 .arcconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.arcconfig b/.arcconfig
index 227422ab29..1775896f80 100644
--- a/.arcconfig
+++ b/.arcconfig
@@ -1,3 +1,3 @@
 {
-	"phabricator.uri" : "https://reviews.freebsd.org/",
+	"phabricator.uri" : "https://reviews.freebsd.org/"
 }


More information about the dev-commits-doc-all mailing list