Remove extra space in duration

This commit is contained in:
ItsDrike 2025-11-07 15:38:01 +01:00
parent 45db3fc9fc
commit cb58a234ce
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -43,7 +43,7 @@ style = ""
# --- Command duration --- # --- Command duration ---
[cmd_duration] [cmd_duration]
min_time = 100 min_time = 100
format = " [took $duration]($style) " format = "[took $duration]($style) "
style = "bright-blue" style = "bright-blue"
disabled = false disabled = false