Update Jellyfin.Drawing.Skia/SkiaEncoder.cs indentation.
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
7ce99aaf78
commit
af38e5469f
|
@ -415,9 +415,9 @@ namespace Jellyfin.Drawing.Skia
|
||||||
|
|
||||||
var kernel = new float[9]
|
var kernel = new float[9]
|
||||||
{
|
{
|
||||||
0, -.1f, 0,
|
0, -.1f, 0,
|
||||||
-.1f, 1.4f, -.1f,
|
-.1f, 1.4f, -.1f,
|
||||||
0, -.1f, 0,
|
0, -.1f, 0,
|
||||||
};
|
};
|
||||||
|
|
||||||
var kernelSize = new SKSizeI(3, 3);
|
var kernelSize = new SKSizeI(3, 3);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user