From b14ee65ef14d58235ee8bc082f7b46765b8684ce Mon Sep 17 00:00:00 2001
From: "David L. Qiu" <david@qiu.dev>
Date: Wed, 4 Dec 2024 17:02:48 -0800
Subject: [PATCH] pre-commit

---
 scripts/install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/install.sh b/scripts/install.sh
index 4ca5e52b3..7031bacb3 100755
--- a/scripts/install.sh
+++ b/scripts/install.sh
@@ -2,7 +2,7 @@
 set -eux
 
 # Install JupyterLab
-# 
+#
 # Excludes v4.3.2 as it pins `httpx` to a very narrow range, causing `pip
 # install` to stall on package resolution.
 #