fix: remove double spaces in default values (#6649)

Command run: `for file in $(rg --hidden '".  "' -l); do sed -i '/".  "/s/  ",/ ",/' $file; done`
This commit is contained in:
Acid Bong
2025-06-07 00:26:34 +03:00
committed by GitHub
parent ccc32e73fc
commit e406f552f8
7 changed files with 11 additions and 11 deletions
+4 -4
View File
@@ -1324,7 +1324,7 @@
"disabled": false,
"format": "via [$symbol($version )]($style)",
"style": "bold blue",
"symbol": "🪖 ",
"symbol": "🪖 ",
"version_format": "v${raw}"
},
"allOf": [
@@ -1399,7 +1399,7 @@
"Ultramarine": "🔷 ",
"Unknown": "❓ ",
"Uos": "🐲 ",
"Void": " ",
"Void": " ",
"Windows": "🪟 ",
"openEuler": "🦉 ",
"openSUSE": "🦎 "
@@ -5253,7 +5253,7 @@
"type": "string"
},
"symbol": {
"default": "🪖 ",
"default": "🪖 ",
"type": "string"
},
"style": {
@@ -5372,7 +5372,7 @@
"Ultramarine": "🔷 ",
"Unknown": "❓ ",
"Uos": "🐲 ",
"Void": " ",
"Void": " ",
"Windows": "🪟 ",
"openEuler": "🦉 ",
"openSUSE": "🦎 "