Fix whitespace formatting linting error

This commit is contained in:
Rafael Carvalho 2023-03-07 17:04:23 +13:00
parent 7569669f52
commit 3dc2fff0ac

View file

@ -57,7 +57,7 @@ public static async Task<bool> SnapshotAsync(string input, string output, Size?
.ProcessAsynchronously(); .ProcessAsynchronously();
} }
public static bool GifSnapshot(string input, string output, Size? size = null, TimeSpan? captureTime = null, TimeSpan? duration = null, int ? streamIndex = null) public static bool GifSnapshot(string input, string output, Size? size = null, TimeSpan? captureTime = null, TimeSpan? duration = null, int? streamIndex = null)
{ {
if (Path.GetExtension(output)?.ToLower() != FileExtension.Gif) if (Path.GetExtension(output)?.ToLower() != FileExtension.Gif)
{ {