chore: format fixes [skip ci]

This commit is contained in:
GitHub Actions
2025-02-14 01:45:35 +00:00
parent 5aae926f1b
commit 754f1a626a
6 changed files with 6 additions and 6 deletions
@@ -63,4 +63,4 @@ public class ModNetModelTests
{ {
_sut.BlueNormalizationStd.ShouldBe(0.225f); _sut.BlueNormalizationStd.ShouldBe(0.225f);
} }
} }
+1 -1
View File
@@ -16,4 +16,4 @@ global using SixLabors.ImageSharp.PixelFormats;
global using Spectre.Console; global using Spectre.Console;
global using Spectre.Console.Cli; global using Spectre.Console.Cli;
global using Spectre.Console.Testing; global using Spectre.Console.Testing;
+1 -1
View File
@@ -38,4 +38,4 @@ catch (Exception ex)
finally finally
{ {
await Log.CloseAndFlushAsync(); await Log.CloseAndFlushAsync();
} }
+1 -1
View File
@@ -7,4 +7,4 @@ internal interface ITensor<T>
void SetValue(int batch, int channel, int y, int x, T value); void SetValue(int batch, int channel, int y, int x, T value);
float GetValue(int batch, int channel, int y, int x); float GetValue(int batch, int channel, int y, int x);
Tensor<T> ToTensor(); Tensor<T> ToTensor();
} }
@@ -18,4 +18,4 @@ internal class ModelFactory(IResourceManager resourceManager) : IModelFactory
_ => throw new ArgumentException($"Unknown model name: {resourceName}") _ => throw new ArgumentException($"Unknown model name: {resourceName}")
}; };
} }
} }
+1 -1
View File
@@ -2,12 +2,12 @@ global using System.ComponentModel;
global using System.Reflection; global using System.Reflection;
global using BGR.Console.Common; global using BGR.Console.Common;
global using BGR.Console.Logging;
global using BGR.Console.Removal; global using BGR.Console.Removal;
global using BGR.Console.Removal.ImageSharp; global using BGR.Console.Removal.ImageSharp;
global using BGR.Console.Removal.Models; global using BGR.Console.Removal.Models;
global using BGR.Console.Removal.Onnx; global using BGR.Console.Removal.Onnx;
global using BGR.Console.Resources; global using BGR.Console.Resources;
global using BGR.Console.Logging;
global using Microsoft.Extensions.DependencyInjection; global using Microsoft.Extensions.DependencyInjection;
global using Microsoft.Extensions.Hosting; global using Microsoft.Extensions.Hosting;