Skip to content

Commit 09617d3

Browse files
[autofix.ci] apply automated fixes
1 parent 71f9b4c commit 09617d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)