diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-09 22:20:03 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-09 22:20:03 +0300 |
| commit | 2d58ee0600a5efc8c625ace603d8613b5f6d0ab8 (patch) | |
| tree | de02e62bea1d04ab3084af8276f3fe79a5983661 /internal/probe | |
| parent | 05a8c2ba95ec9ed81898fa3545f36c96760b48df (diff) | |
style: gofmt and goimports formatting fixes
Diffstat (limited to 'internal/probe')
| -rw-r--r-- | internal/probe/image_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/probe/image_test.go b/internal/probe/image_test.go index 770d6e2..77677a3 100644 --- a/internal/probe/image_test.go +++ b/internal/probe/image_test.go @@ -229,4 +229,4 @@ func TestParseFFprobeOutput_BitrateParsing(t *testing.T) { if meta.Bitrate != 0 { t.Errorf("Bitrate = %d, want 0", meta.Bitrate) } -}
\ No newline at end of file +} |
