Skip to content

Commit

Permalink
🎨 Formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Evaline Ju <[email protected]>
  • Loading branch information
evaline-ju committed May 22, 2024
1 parent 65ed4a6 commit 1104dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/orchestrator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ async fn chunk_and_detect(
let text_with_offsets = match masks {
None | Some([]) => vec![(0, text)],
Some(masks) => apply_masks(&text, masks),
};
};
// Create a list of required chunkers
let chunker_ids = detectors
.keys()
Expand Down

0 comments on commit 1104dcd

Please sign in to comment.