Skip to content

Commit

Permalink
Removing empty spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ACassimiro committed Sep 23, 2024
1 parent b81f9d6 commit 4aedc14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-semantics/expression/conditionals.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module RUST-CONDITIONAL-EXPRESSIONS
rule (if ptrValue(_, true) A:BlockExpression else _:IfElseExpression):ExpressionWithBlock => A
rule (if ptrValue(_, false) _:BlockExpression else B:IfElseExpression):ExpressionWithBlock => B
endmodule
```

0 comments on commit 4aedc14

Please sign in to comment.