From acdffc1558167cb83eeb1813f3bdc8a6ff37eb97 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sat, 16 May 2026 21:14:30 -0400 Subject: [PATCH] cargo fmt: drop trailing blank line in actors.rs Co-Authored-By: Claude Opus 4.7 (1M context) --- src/video/actors.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/video/actors.rs b/src/video/actors.rs index 8d04ea1..faad727 100644 --- a/src/video/actors.rs +++ b/src/video/actors.rs @@ -870,4 +870,3 @@ mod tests { assert_eq!(parse_ffprobe_rational("999999/1"), None); } } -