From 0bd034139d96c8749a1845de4676f729a8b2d8ad Mon Sep 17 00:00:00 2001 From: miyaji255 <84168445+miyaji255@users.noreply.github.com> Date: Thu, 22 Feb 2024 15:04:06 +0900 Subject: [PATCH] =?UTF-8?q?#27=20=E3=83=95=E3=82=A9=E3=83=BC=E3=83=9E?= =?UTF-8?q?=E3=83=83=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- KoeBook/App.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KoeBook/App.xaml.cs b/KoeBook/App.xaml.cs index cccf6c9..91ce47b 100644 --- a/KoeBook/App.xaml.cs +++ b/KoeBook/App.xaml.cs @@ -91,7 +91,7 @@ public App() var mockOptions = context.Configuration.GetSection(nameof(MockOptions)).Get(); if (mockOptions.ISoundGenerationSelectorService.HasValue && mockOptions.ISoundGenerationSelectorService.Value) services.AddSingleton(); - if(mockOptions.ISoundGenerationService.HasValue && mockOptions.ISoundGenerationService.Value) + if (mockOptions.ISoundGenerationService.HasValue && mockOptions.ISoundGenerationService.Value) services.AddSingleton(); }) .Build();