chore: remove redundant call (#1320)

This commit is contained in:
Matthias Seitz 2022-05-28 18:01:28 +02:00 committed by GitHub
parent e3ab2feada
commit 299329d8f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@ fn compile_sequential(
continue
}
let input = input
.settings(opt_settings.clone().with_base_path(&paths.root))
.settings(opt_settings.clone())
.normalize_evm_version(&version)
.with_remappings(paths.remappings.clone())
.with_base_path(&paths.root)