Skip to content

Commit 1d554eb

Browse files
committed
Fix fmt
1 parent b1eb202 commit 1d554eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vm/src/stdlib/array.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ use crate::obj::objstr::PyStringRef;
55
use crate::obj::objtype::PyClassRef;
66
use crate::obj::{objbool, objiter};
77
use crate::pyobject::{
8-
BorrowValue, Either, IntoPyObject, PyArithmaticValue, PyClassImpl, PyComparisonValue, PyIterable,
9-
PyObjectRef, PyRef, PyResult, PyValue, TryFromObject,
8+
BorrowValue, Either, IntoPyObject, PyArithmaticValue, PyClassImpl, PyComparisonValue,
9+
PyIterable, PyObjectRef, PyRef, PyResult, PyValue, TryFromObject,
1010
};
1111
use crate::VirtualMachine;
1212

0 commit comments

Comments
 (0)