From 9787f6c9df0ccd07bced1fec0fff12398dcc7373 Mon Sep 17 00:00:00 2001 From: meatball <69751659+meatball133@users.noreply.github.com> Date: Wed, 7 Aug 2024 14:16:05 +0000 Subject: [PATCH] Fix zero length string --- concepts/symbol/.meta/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concepts/symbol/.meta/config.json b/concepts/symbol/.meta/config.json index 1221916c..be9cbe45 100644 --- a/concepts/symbol/.meta/config.json +++ b/concepts/symbol/.meta/config.json @@ -1,5 +1,5 @@ { "blurb": "Symbol represent a unique identifier through the program, which is created at compile time", "authors": ["meatball133"], - "contributors": [""] + "contributors": [] }