Wrapped overlong line

This commit is contained in:
Alexander Theißen
2020-10-14 14:17:12 +02:00
parent 880d273861
commit e0dbaef676
+3 -1
View File
@@ -474,7 +474,9 @@ pub fn inject_gas_counter<R: Rules>(
error = true;
break;
}
if rules.memory_grow_cost().is_some() && inject_grow_counter(func_body.code_mut(), total_func) > 0 {
if rules.memory_grow_cost().is_some()
&& inject_grow_counter(func_body.code_mut(), total_func) > 0
{
need_grow_counter = true;
}
}