소스 검색

style: reformat...

Ilya Maximov 3 년 전
부모
커밋
4ab54274ac
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      packages/core/src/scopes.rs

+ 2 - 1
packages/core/src/scopes.rs

@@ -10,7 +10,8 @@ use std::{
     collections::HashMap,
     future::Future,
     pin::Pin,
-    rc::Rc, sync::Arc,
+    rc::Rc,
+    sync::Arc,
 };
 
 /// for traceability, we use the raw fn pointer to identify the function