Skip to content

Commit a79280c

Browse files
[autofix.ci] apply automated fixes
1 parent 6922886 commit a79280c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

internal/compiler/llr/expression.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ pub enum Expression {
209209
Predicate {
210210
arg_name: SmolStr,
211211
expression: Box<Expression>,
212-
}
212+
},
213213
}
214214

215215
impl Expression {

tests/cases/models/array_predicates.slint

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ export component TestCase {
1717
];
1818

1919
out property <bool> test: self.ints.all(
20-
21-
20+
21+
2222
|x| x > 0) && !self.ints.all(
2323
|x| x > 1) && !self.ints.any(
2424
|x| x == 0) && self.ints.any(

0 commit comments

Comments
 (0)