Skip to content

Commit 86b627a

Browse files
committed
fmt
1 parent 904912d commit 86b627a

File tree

1 file changed

+1
-3
lines changed
  • rust/worker/src/execution/operators

1 file changed

+1
-3
lines changed

rust/worker/src/execution/operators/idf.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ pub enum IdfError {
5656
RecordReader(#[from] RecordSegmentReaderCreationError),
5757
#[error("Error using sparse reader: {0}")]
5858
SparseReader(#[from] SparseReaderError),
59-
#[error(
60-
"Query tokens length ({tokens}) does not match query indices length ({indices})"
61-
)]
59+
#[error("Query tokens length ({tokens}) does not match query indices length ({indices})")]
6260
TokenLengthMismatch { tokens: usize, indices: usize },
6361
}
6462

0 commit comments

Comments
 (0)