Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
mre committed May 16, 2024
1 parent 739fac6 commit d95f287
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions desktop/src-tauri/src/cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ pub struct ConfigResponse {
pub config: Config,
}


/// Response type for showing the search results
///
/// This is used when searching for documents
Expand All @@ -76,7 +75,6 @@ pub struct SearchResponse {
pub results: Vec<Document>,
}


/// Search All TerraphimGraphs defined in a config by query param
#[command]
pub async fn search(
Expand Down

0 comments on commit d95f287

Please sign in to comment.