Skip to content

Commit 73c3314

Browse files
committed
fmt
Signed-off-by: Cyrill Leutwiler <[email protected]>
1 parent 258ce1c commit 73c3314

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/compiler/src/revive_resolc.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@ impl SolidityCompiler for Resolc {
172172
.collect(),
173173
},
174174
remappings: BTreeSet::<String>::new(),
175-
output_selection: SolcStandardJsonInputSettingsSelection::new_required_for_tests(),
175+
output_selection:
176+
SolcStandardJsonInputSettingsSelection::new_required_for_tests(),
176177
via_ir: Some(true),
177178
optimizer: SolcStandardJsonInputSettingsOptimizer::new(
178179
optimization

0 commit comments

Comments
 (0)