mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Add missing semicolon
This commit is contained in:
@@ -110,7 +110,7 @@ macro_rules! serai_test {
|
|||||||
tokio::time::sleep(Duration::from_secs(1)).await;
|
tokio::time::sleep(Duration::from_secs(1)).await;
|
||||||
}
|
}
|
||||||
// TODO: https://github.com/serai-dex/serai/247
|
// TODO: https://github.com/serai-dex/serai/247
|
||||||
tokio::time::sleep(Duration::from_secs(5)).await
|
tokio::time::sleep(Duration::from_secs(5)).await;
|
||||||
command
|
command
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user