theme(huvix): remove extra {} from executiontime template

This commit is contained in:
Dongyu Li 2022-08-09 23:02:24 +08:00 committed by Jan De Dobbeleer
parent 83c1af63b4
commit 053e1ab6aa

View file

@ -48,7 +48,7 @@
"threshold": 100 "threshold": 100
}, },
"style": "powerline", "style": "powerline",
"template": "{{{ .FormattedMs }}}", "template": "{{ .FormattedMs }}",
"type": "executiontime" "type": "executiontime"
} }
], ],