From 86f974d662434a0eb48e8c38dc997715ee8f36fd Mon Sep 17 00:00:00 2001 From: Bod9001 Date: Sun, 19 Nov 2023 00:25:09 +0000 Subject: [PATCH] format --- UnitystationLauncher/Services/InstallationService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnitystationLauncher/Services/InstallationService.cs b/UnitystationLauncher/Services/InstallationService.cs index b98c90d..8424cbf 100644 --- a/UnitystationLauncher/Services/InstallationService.cs +++ b/UnitystationLauncher/Services/InstallationService.cs @@ -480,7 +480,7 @@ await Task.Run(() => else { string jsonString = System.Text.Json.JsonSerializer.Serialize(ErrorList); - + string filePath = Path.Combine(_preferencesService.GetPreferences().InstallationPath, "CodeScanErrors.json"); File.WriteAllText(filePath, jsonString);