Skip to content

Commit

Permalink
fmt: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
densumesh authored and skeptrunedev committed May 16, 2024
1 parent e9dfba7 commit a6e620f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/src/operators/search_operator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2231,7 +2231,8 @@ pub async fn autocomplete_fulltext_chunks(
.start_child("full text search", "Search Full Text Chunks")
.into(),
None => {
let ctx = sentry::TransactionContext::new("full text search", "Search Full Text Chunks");
let ctx =
sentry::TransactionContext::new("full text search", "Search Full Text Chunks");
sentry::start_transaction(ctx).into()
}
};
Expand Down

0 comments on commit a6e620f

Please sign in to comment.