Skip to content

Commit

Permalink
style: 🎨 缩进小修复
Browse files Browse the repository at this point in the history
  • Loading branch information
ARCJ137442 committed Jul 25, 2024
1 parent d65312c commit 2d5088f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test_tools/vm_interact/narsese_expectation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ impl PartialFoldResult {
// * 🚩预期、输出 都有
(Some($exp_i), Some($out_i)) => {
$($code)*
},
},
// * 🚩没预期 ⇒ 通配
(None, _) => true,
// * 🚩其它⇒否
Expand Down

0 comments on commit 2d5088f

Please sign in to comment.