From cddf020b213800f8af6de33f7e61531130f5ef72 Mon Sep 17 00:00:00 2001 From: Benjamin Loison Date: Wed, 1 Feb 2023 00:49:01 +0100 Subject: [PATCH] Remove unused `comment` field of `gitea.lemnoslife.com/Benjamin_Loison/LemnosLife_Rust` It's a real debate whether or not to include the field with empty string to equivalently mean that there isn't any specific comment that the author wanted to share. To minimize file sizes and improve readability let's proceed by not specifying default values to fields. --- .../gitea.lemnoslife.com/Benjamin_Loison/LemnosLife_Rust.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/repositories/gitea.lemnoslife.com/Benjamin_Loison/LemnosLife_Rust.json b/repositories/gitea.lemnoslife.com/Benjamin_Loison/LemnosLife_Rust.json index dd5475e..ebae6a3 100644 --- a/repositories/gitea.lemnoslife.com/Benjamin_Loison/LemnosLife_Rust.json +++ b/repositories/gitea.lemnoslife.com/Benjamin_Loison/LemnosLife_Rust.json @@ -1,4 +1,3 @@ { - "commit": "657579086a1abcb4d859eb1ee30fc36e75504018", - "comment": "" + "commit": "657579086a1abcb4d859eb1ee30fc36e75504018" }