From c7db1170ddfdbb02b274fd6da31f13463d5bb071 Mon Sep 17 00:00:00 2001 From: Gabriel Huber Date: Wed, 5 Apr 2023 20:57:26 +0200 Subject: [PATCH] Fix indentation of multiple package entries --- packages.json | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/packages.json b/packages.json index cc3fc6e..7ba904c 100644 --- a/packages.json +++ b/packages.json @@ -29758,36 +29758,36 @@ "web": "https://github.com/metagn/nuance" }, { - "name":"jsonnet", - "url":"https://github.com/thechampagne/jsonnet-nim", - "method":"git", - "tags":[ + "name":"jsonnet", + "url":"https://github.com/thechampagne/jsonnet-nim", + "method":"git", + "tags":[ "jsonnet" - ], - "description":"Binding for Jsonnet the data templating language", - "license":"Apache-2.0", - "web":"https://github.com/thechampagne/jsonnet-nim" + ], + "description":"Binding for Jsonnet the data templating language", + "license":"Apache-2.0", + "web":"https://github.com/thechampagne/jsonnet-nim" }, { - "name":"hyper", - "url":"https://github.com/thechampagne/hyper-nim", - "method":"git", - "tags":[ + "name":"hyper", + "url":"https://github.com/thechampagne/hyper-nim", + "method":"git", + "tags":[ "hyper" - ], - "description":"Binding for hyper an HTTP library", - "license":"Apache-2.0", - "web":"https://github.com/thechampagne/hyper-nim" + ], + "description":"Binding for hyper an HTTP library", + "license":"Apache-2.0", + "web":"https://github.com/thechampagne/hyper-nim" }, { - "name":"rure", - "url":"https://github.com/thechampagne/rure-nim", - "method":"git", - "tags":[ + "name":"rure", + "url":"https://github.com/thechampagne/rure-nim", + "method":"git", + "tags":[ "rure" - ], - "description":"Binding for rust regex library", - "license":"Apache-2.0", - "web":"https://github.com/thechampagne/rure-nim" + ], + "description":"Binding for rust regex library", + "license":"Apache-2.0", + "web":"https://github.com/thechampagne/rure-nim" } ]