cargo fmt: drop trailing blank line in actors.rs

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Cameron
2026-05-16 21:14:30 -04:00
parent bd61e10158
commit acdffc1558

View File

@@ -870,4 +870,3 @@ mod tests {
assert_eq!(parse_ffprobe_rational("999999/1"), None);
}
}