Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler committed Sep 22, 2024
1 parent 3d3820e commit 0d5d8c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,7 @@ async fn update_applications(
}

// Learn more about Tauri commands at https://tauri.app/v1/guides/features/command
#[allow(clippy::too_many_lines)]
#[tauri::command]
async fn status(
state: tauri::State<'_, UniverseAppState>,
Expand Down

0 comments on commit 0d5d8c3

Please sign in to comment.