mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-22 08:01:47 +03:00
Format Rust code using rustfmt
This commit is contained in:
parent
088ce6c4d8
commit
29aba64548
@ -60,7 +60,10 @@ pub const MULTICALL_ADDRESS: &str = "0xcA11bde05977b3631167028862bE2a173976CA11"
|
|||||||
|
|
||||||
#[tokio::main]
|
#[tokio::main]
|
||||||
async fn main() {
|
async fn main() {
|
||||||
println!("\nDOCKER_BUILD_IMAGE_VERSION: {}\n", env!("DOCKER_BUILD_IMAGE_VERSION"));
|
println!(
|
||||||
|
"\nDOCKER_BUILD_IMAGE_VERSION: {}\n",
|
||||||
|
env!("DOCKER_BUILD_IMAGE_VERSION")
|
||||||
|
);
|
||||||
let app = build_command();
|
let app = build_command();
|
||||||
|
|
||||||
let matches = app.get_matches();
|
let matches = app.get_matches();
|
||||||
|
Loading…
Reference in New Issue
Block a user