Remove extranous blank line

This commit is contained in:
Malte Rosenbjerg 2025-10-17 21:56:40 +02:00
parent 670986dcb2
commit d890429269

View file

@ -90,7 +90,6 @@ public class FFMpegArgumentProcessor
return this;
}
public FFMpegArgumentProcessor CancellableThrough(CancellationToken token, int timeout = 0)
{
_cancellationTokenRegistration = token.Register(() => Cancel(timeout));