Explorar o código

style: reformat...

Ilya Maximov %!s(int64=3) %!d(string=hai) anos
pai
achega
4ab54274ac
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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