mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-23 12:09:37 +00:00
Add missing semicolon
This commit is contained in:
parent
a3267034b6
commit
86ad947261
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ macro_rules! serai_test {
|
|||
tokio::time::sleep(Duration::from_secs(1)).await;
|
||||
}
|
||||
// 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
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue