mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-10 21:04:40 +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;
|
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
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue