From 51d5c50d9c34c26948732d14ccfc5bce0b539ad6 Mon Sep 17 00:00:00 2001 From: Rasso Hilber Date: Thu, 4 Apr 2024 23:29:59 +0100 Subject: [PATCH] formatting --- src/ProgressBar.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ProgressBar.ts b/src/ProgressBar.ts index eb66d2f..6dfce3c 100755 --- a/src/ProgressBar.ts +++ b/src/ProgressBar.ts @@ -137,7 +137,7 @@ export default class ProgressBar { private refresh(): void { requestAnimationFrame(() => { - this.progressElement.style.setProperty("--progress", String(this.value)); + this.progressElement.style.setProperty('--progress', String(this.value)); }); }