qol: formatting

This commit is contained in:
Gary Sharp
2025-07-20 13:47:56 +10:00
parent 49da389c2c
commit 5792771ea1
158 changed files with 693 additions and 679 deletions
@@ -24,10 +24,10 @@ namespace Disco.Services.Expressions.Extensions.ImageResultImplementations
public override MemoryStream GetImage(out int width, out int height)
{
var image = Image;
width = image.Width;
height = image.Height;
return OutputBitmapImage(image);
}
}