From 053e1ab6aa7a92eaa2d793cfbc2930aada8cee7b Mon Sep 17 00:00:00 2001 From: Dongyu Li <49279922+dorian-li@users.noreply.github.com> Date: Tue, 9 Aug 2022 23:02:24 +0800 Subject: [PATCH] theme(huvix): remove extra {} from executiontime template --- themes/huvix.omp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/huvix.omp.json b/themes/huvix.omp.json index 61497f47..5fef53eb 100644 --- a/themes/huvix.omp.json +++ b/themes/huvix.omp.json @@ -48,7 +48,7 @@ "threshold": 100 }, "style": "powerline", - "template": "{{{ .FormattedMs }}}", + "template": "{{ .FormattedMs }}", "type": "executiontime" } ],