Skip to content

Commit 200b951

Browse files
committed
💄 update format
1 parent 3abf388 commit 200b951

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src-tauri/src/main.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,8 @@ fn main() -> wry::Result<()> {
243243
Event::UserEvent(UserEvent::DownloadComplete(_, success)) => {
244244
println!("Succeeded: {success}");
245245
if success {
246-
let _ = webview.evaluate_script("window.pakeToast('Downloaded to download folder~')");
246+
let _ = webview
247+
.evaluate_script("window.pakeToast('Downloaded to download folder~')");
247248
} else {
248249
println!("No output path")
249250
}

0 commit comments

Comments
 (0)