From aa140065f232c51a34c91c784a264855e489fa14 Mon Sep 17 00:00:00 2001
From: Nico Alt <nicoalt@posteo.org>
Date: Thu, 30 May 2019 22:31:11 +0200
Subject: [PATCH] Beautify app.briar.gtk.json

With help of `python -m json.tool`.
---
 app.briar.gtk.json | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/app.briar.gtk.json b/app.briar.gtk.json
index cd15a95..b2178c2 100644
--- a/app.briar.gtk.json
+++ b/app.briar.gtk.json
@@ -53,8 +53,8 @@
             ],
             "sources": [
                 {
-                    "type" : "file",
-                    "url" : "https://media.dorfbrunnen.eu/briar/jars/003/briar-headless.jar",
+                    "type": "file",
+                    "url": "https://media.dorfbrunnen.eu/briar/jars/003/briar-headless.jar",
                     "sha256": "aa93cfd27b3e7e9b8e3c7e40666d6fa76fd83139a82cbef04cf334a93c369503"
                 }
             ]
@@ -62,7 +62,9 @@
         {
             "name": "briar-gtk",
             "buildsystem": "meson",
-            "config-opts": [ "--libdir=lib" ],
+            "config-opts": [
+                "--libdir=lib"
+            ],
             "builddir": true,
             "sources": [
                 {
-- 
GitLab