Skip to content

Commit

Permalink
Fixed formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rben01 committed Oct 18, 2023
1 parent e4740a6 commit 77de317
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/polars-plan/src/logical_plan/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ macro_rules! raise_err {
input: Box::new(input),
err: err.into(), // PolarsError -> ErrorState(NotYetEncountered)
}
}
},
}
.$convert()
}};
Expand Down
4 changes: 2 additions & 2 deletions crates/polars-plan/src/logical_plan/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ impl ErrorState {
ErrorStateEncounters::NotYetEncountered { err } => err,
ErrorStateEncounters::AlreadyEncountered { .. } => unreachable!(),
}
}
},
ErrorStateEncounters::AlreadyEncountered {
n_times,
prev_err_msg,
Expand All @@ -130,7 +130,7 @@ impl ErrorState {
);
*n_times += 1;
err
}
},
}
}
}
Expand Down

0 comments on commit 77de317

Please sign in to comment.