fix(abigen): rm wrong brackets (#1914)
This commit is contained in:
parent
82f19e0789
commit
17addcfd91
|
@ -574,7 +574,7 @@ impl MultiBindingsInner {
|
||||||
let cargo_toml = std::env::current_dir()?.join("Cargo.toml");
|
let cargo_toml = std::env::current_dir()?.join("Cargo.toml");
|
||||||
|
|
||||||
let default_dep = || {
|
let default_dep = || {
|
||||||
"ethers = {{ git = \"https://github.com/gakonst/ethers-rs\", default-features = false, features = [\"abigen\"] }}".to_string()
|
"ethers = { git = \"https://github.com/gakonst/ethers-rs\", default-features = false, features = [\"abigen\"] }".to_string()
|
||||||
};
|
};
|
||||||
|
|
||||||
if !cargo_toml.exists() {
|
if !cargo_toml.exists() {
|
||||||
|
|
Loading…
Reference in New Issue