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.
This commit is contained in:
2023-02-01 00:49:01 +01:00
parent 66b7e574fb
commit cddf020b21

View File

@@ -1,4 +1,3 @@
{
"commit": "657579086a1abcb4d859eb1ee30fc36e75504018",
"comment": ""
"commit": "657579086a1abcb4d859eb1ee30fc36e75504018"
}