chore: run format after accepting reviewer's suggestions

pull/24376/head
Nga Tran 2021-10-14 17:31:42 -04:00
parent 39a556c5eb
commit b2d265dc51
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ pub async fn all_scenarios_for_one_chunk(
chunk_stage_preds: Vec<&DeletePredicate>,
// These delete predicates are applied to all chunks at their final stages
at_end_preds: Vec<&DeletePredicate>,
// Input data, formatted as line protocol. One chunk will be created for each measurement
// Input data, formatted as line protocol. One chunk will be created for each measurement
// (table) that appears in the input
lp_lines: Vec<&str>,
// Table to which the delete predicates will be applied