Skip to content

Commit

Permalink
Cargo fmt pass
Browse files Browse the repository at this point in the history
  • Loading branch information
sydhds committed Oct 9, 2024
1 parent 22eaae7 commit b7cc15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion massa-xtask/src/check_gas_cost_definitions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pub(crate) fn check_gas_cost_definitions() -> Result<(), String> {
"launch",
"sp_compilation",
"launch_wasmv1",
"max_instance"
"max_instance",
]);
for x2 in diff_2 {
if !exclude_list.contains(x2.as_str()) {
Expand Down

0 comments on commit b7cc15b

Please sign in to comment.