whitespace

This commit is contained in:
Kainoa Kanter 2026-02-21 14:24:49 -07:00
parent feaed4daf2
commit ce7d9d8dfd
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -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<tauri::Cef>/g' \
-e '/^use /!s/tauri::WebviewWindow\b/tauri::WebviewWindow<tauri::Cef>/g' \