max / makenotwork
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
1 file changed,
+1 insertion,
-1 deletion
| @@ -93,7 +93,7 @@ | |||
| 93 | 93 | /// new artifact belongs in. | |
| 94 | 94 | fn replay_both(dir: &Path) -> usize { | |
| 95 | 95 | let html = replay(dir, |s: &str| { | |
| 96 | - | custom_pages::oracle::check_html(s, &policy()) | |
| 96 | + | custom_pages::oracle::check_html(s, &policy()); | |
| 97 | 97 | }); | |
| 98 | 98 | let css = replay(dir, |s: &str| { | |
| 99 | 99 | custom_pages::oracle::check_css(s, OWNER_SCOPE, &policy()); |