Skip to content

Commit

Permalink
compiler: minor fix for --opt-str
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Aug 3, 2024
1 parent b65780f commit c93023d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/julec/opt/expr.jule
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ impl exprOptimizer {
| &Const:
break
|:
ret true
ret false
}
opt:
let mut c = (&Const)(m.Right.Model)
Expand Down

0 comments on commit c93023d

Please sign in to comment.