Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
vaaaaanquish committed Feb 11, 2021
1 parent cd4343d commit 7c59c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/booster.rs
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ mod tests {
}

#[test]
fn num_feature(){
fn num_feature() {
let params = _default_params();
let bst = _train_booster(&params);
let num_feature = bst.num_feature().unwrap();
Expand Down

0 comments on commit 7c59c1a

Please sign in to comment.