Skip to content

Commit 6dccc98

Browse files
committed
Fix formatting
1 parent 9331556 commit 6dccc98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/src/obj/objint.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ macro_rules! impl_into_pyobject_int {
8686
)*};
8787
}
8888

89-
impl_into_pyobject_int!(isize i8 i16 i32 i64 usize u8 u16 u32 u64) ;
89+
impl_into_pyobject_int!(isize i8 i16 i32 i64 usize u8 u16 u32 u64);
9090

9191
macro_rules! impl_try_from_object_int {
9292
($(($t:ty, $to_prim:ident),)*) => {$(

0 commit comments

Comments
 (0)