Skip to content

Commit 68892fb

Browse files
committed
fix rustfmt
1 parent 04548db commit 68892fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/src/stdlib/math.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ use super::super::pyobject::{
88
DictProtocol, PyContext, PyFuncArgs, PyObjectRef, PyResult, TypeProtocol,
99
};
1010
use super::super::VirtualMachine;
11-
use std;
1211
use statrs::function::erf::{erf, erfc};
1312
use statrs::function::gamma::{gamma, ln_gamma};
13+
use std;
1414

1515
// Helper macro:
1616
macro_rules! make_math_func {

0 commit comments

Comments
 (0)