chore: fmt

This commit is contained in:
amrbashir
2022-08-26 14:47:35 +02:00
parent ca41ec61fe
commit 195abc0362
2 changed files with 2 additions and 2 deletions

View File

@@ -5,5 +5,5 @@
extern crate napi_build;
fn main() {
napi_build::setup();
napi_build::setup();
}

View File

@@ -5,5 +5,5 @@
#[allow(unused)]
#[napi_derive::napi]
fn run(args: Vec<String>, bin_name: Option<String>) {
create_tauri_app::run(args, bin_name);
create_tauri_app::run(args, bin_name);
}