Skip to content

Commit 9b3171f

Browse files
committed
Revert changes in tests/app-updater/src/main.rs
1 parent 7d14a45 commit 9b3171f

File tree

1 file changed

+1
-0
lines changed
  • plugins/updater/tests/app-updater/src

1 file changed

+1
-0
lines changed

plugins/updater/tests/app-updater/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ use tauri_plugin_updater::UpdaterExt;
99
fn main() {
1010
#[allow(unused_mut)]
1111
let mut context = tauri::generate_context!();
12+
1213
tauri::Builder::default()
1314
.plugin(tauri_plugin_updater::Builder::new().build())
1415
.setup(|app| {

0 commit comments

Comments
 (0)