Update Jellyfin.Drawing.Skia/SkiaEncoder.cs indentation.

Co-authored-by: Cody Robibero <cody@robibe.ro>
pull/3772/head
Erwin de Haan 4 years ago committed by GitHub
parent 7ce99aaf78
commit af38e5469f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -415,9 +415,9 @@ namespace Jellyfin.Drawing.Skia
var kernel = new float[9]
{
0, -.1f, 0,
-.1f, 1.4f, -.1f,
0, -.1f, 0,
0, -.1f, 0,
-.1f, 1.4f, -.1f,
0, -.1f, 0,
};
var kernelSize = new SKSizeI(3, 3);

Loading…
Cancel
Save