mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-12-14 01:55:45 +00:00
Remove extranous blank line
This commit is contained in:
parent
670986dcb2
commit
d890429269
1 changed files with 0 additions and 1 deletions
|
|
@ -90,7 +90,6 @@ public class FFMpegArgumentProcessor
|
|||
return this;
|
||||
}
|
||||
|
||||
|
||||
public FFMpegArgumentProcessor CancellableThrough(CancellationToken token, int timeout = 0)
|
||||
{
|
||||
_cancellationTokenRegistration = token.Register(() => Cancel(timeout));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue