Skip to content

Commit

Permalink
Small formatting fixes (#4071)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego authored and universalmind303 committed Aug 4, 2022
1 parent 5245f7c commit 28527a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodejs-polars/src/lazy/dataframe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ impl JsLazyFrame {
let strategy = match strategy.as_ref() {
"forward" => AsofStrategy::Forward,
"backward" => AsofStrategy::Backward,
_ => panic!("expected on of {{'forward', 'backward'}}"),
_ => panic!("expected one of {{'forward', 'backward'}}"),
};

let ldf = self.ldf.clone();
Expand Down

0 comments on commit 28527a9

Please sign in to comment.