Reformat project

This commit is contained in:
Gregory Schier
2025-12-13 08:10:12 -08:00
parent c20c0eff32
commit cfbfd66eef
68 changed files with 290 additions and 759 deletions

View File

@@ -11,7 +11,7 @@ use crate::commands::{
};
use crate::manager::WebsocketManager;
use tauri::plugin::{Builder, TauriPlugin};
use tauri::{generate_handler, Manager, Runtime};
use tauri::{Manager, Runtime, generate_handler};
use tokio::sync::Mutex;
pub fn init<R: Runtime>() -> TauriPlugin<R> {