Skip to content

Commit f4ba94a

Browse files
committed
Fix formatting
1 parent 0584b85 commit f4ba94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/src/obj/objbytearray.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//! Implementation of the python bytearray object.
22
33
use std::cell::RefCell;
4-
use std::ops::{Deref, DerefMut};
54
use std::fmt::Write;
5+
use std::ops::{Deref, DerefMut};
66

77
use crate::pyobject::{
88
PyContext, PyFuncArgs, PyObject, PyObjectPayload, PyObjectPayload2, PyObjectRef, PyResult,

0 commit comments

Comments
 (0)