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

Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
Erwin de Haan 2020-07-31 21:33:25 +02:00 committed by GitHub
parent 7ce99aaf78
commit af38e5469f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);