From ce7d9d8dfd4e8f57405a64a4a826b6fc247e4491 Mon Sep 17 00:00:00 2001 From: Kainoa Kanter Date: Sat, 21 Feb 2026 14:24:49 -0700 Subject: [PATCH] whitespace --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 84bfcbd16676c..e7c35bfc555e8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -117,7 +117,7 @@ EOF # instead of the locked crates.io versions which don't have the cef feature rm -f src-tauri/Cargo.lock - # Patch Surrealist source for CEF branch API changes + # Patch Surrealist source for CEF branch API changes sed -i \ -e '/^use /!s/tauri::Window\b/tauri::Window/g' \ -e '/^use /!s/tauri::WebviewWindow\b/tauri::WebviewWindow/g' \