Jelajahi Sumber

style: reformat...

Ilya Maximov 3 tahun lalu
induk
melakukan
4ab54274ac
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  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