Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Oct 6, 2024
1 parent dfc73b1 commit 61f9267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/planner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ mod test {
displayable(plan.as_ref()).indent(false)
));

output.push_str("DataFusion Ray Distributed Plan\n===========\n\n");
output.push_str("DataFusion Ray Distributed Plan\n===============================\n\n");
let graph = make_execution_graph(plan)?;
for id in 0..=graph.get_final_query_stage().id {
let query_stage = graph.query_stages.get(&id).unwrap();
Expand Down

0 comments on commit 61f9267

Please sign in to comment.