docs(preset): remove extraneous space in gruvbox-rainbow (#6074)

Fix extraneous space in gruvbox-rainbow.toml

There was an extra space in the Java symbol in gruvbox-rainbox.toml
This commit is contained in:
Cardin Lee 2024-07-30 04:29:51 +08:00 committed by GitHub
parent 4abea6b601
commit de50a84a30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -121,7 +121,7 @@ style = "bg:color_blue"
format = '[[ $symbol( $version) ](fg:color_fg0 bg:color_blue)]($style)' format = '[[ $symbol( $version) ](fg:color_fg0 bg:color_blue)]($style)'
[java] [java]
symbol = " " symbol = ""
style = "bg:color_blue" style = "bg:color_blue"
format = '[[ $symbol( $version) ](fg:color_fg0 bg:color_blue)]($style)' format = '[[ $symbol( $version) ](fg:color_fg0 bg:color_blue)]($style)'