max / goingson
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
1 file changed,
+1 insertion,
-1 deletion
| @@ -175,7 +175,7 @@ | |||
| 175 | 175 | .map(|item| row_for(item, false)) | |
| 176 | 176 | .collect(); | |
| 177 | 177 | ||
| 178 | - | (!rows.is_empty()).then(|| Node::List { rows, more: None }) | |
| 178 | + | (!rows.is_empty()).then_some(Node::List { rows, more: None }) | |
| 179 | 179 | } | |
| 180 | 180 | ||
| 181 | 181 | /// The unscheduled pool. |