chore: fix typos and sort trait impls (#11989)

This commit is contained in:
yjh
2022-08-08 17:49:00 +08:00
committed by GitHub
parent 266fa8516a
commit e945ae6365
4 changed files with 16 additions and 16 deletions
@@ -540,7 +540,7 @@ mod tests {
[seal0] nop(_ctx, _unused: u64) => { unreachable!(); },
// new version of nop with other data type for argumebt
// new version of nop with other data type for argument
[seal1] nop(_ctx, _unused: i32) => { unreachable!(); },
);
}