Skip to content

Commit b72835e

Browse files
decofezerosnacks
andcommitted
style: fix formatting
Co-Authored-By: zerosnacks <95942363+zerosnacks@users.noreply.github.com>
1 parent 07eac8b commit b72835e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

crates/dyn-abi/src/eip712/parser.rs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,10 @@ impl<'a> ComponentType<'a> {
109109
break;
110110
}
111111
}
112-
','
113-
if depth == 1 => {
114-
props.push(props_str[last..i].try_into()?);
115-
last = i + c.len_utf8();
116-
}
112+
',' if depth == 1 => {
113+
props.push(props_str[last..i].try_into()?);
114+
last = i + c.len_utf8();
115+
}
117116
_ => {}
118117
}
119118
}

0 commit comments

Comments
 (0)