From b97926675aba2d8465325d786cc69de9d9fdec84 Mon Sep 17 00:00:00 2001 From: Roman Perepelitsa Date: Thu, 22 Jan 2026 15:10:11 +0100 Subject: [PATCH] formatting --- internal/p10k.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/p10k.zsh b/internal/p10k.zsh index 6abaa986..8d3b33a3 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -3529,7 +3529,7 @@ _p9k_prompt_time_compute() { _p9k_prompt_time_async() { zmodload zsh/mathfunc zsh/zselect || return local -F t=_POWERLEVEL9K_EXPERIMENTAL_TIME_REALTIME_INTERVAL_SEC - zselect -t $((int(ceil(100 *(t - EPOCHREALTIME % t))))) || true + zselect -t $((int(ceil(100 * (t - EPOCHREALTIME % t))))) || true } _p9k_prompt_time_sync() {