Fix SA1513 StyleCop error - add blank line after closing brace

This commit is contained in:
2026-03-10 13:01:12 -04:00
parent 077f10a4af
commit 7deb7c1432
2 changed files with 2 additions and 1 deletions
@@ -3,7 +3,7 @@
"operationId": "02bc6448-a69d-4ff4-a0ec-0db07ec3a09a",
"description": "Upgrade solution or project to new version of .NET",
"startTime": "2026-03-05T22:18:32.3921759Z",
"lastUpdateTime": "2026-03-10T16:51:30.5053632Z",
"lastUpdateTime": "2026-03-10T17:00:26.858894Z",
"stage": "Execution",
"properties": {},
"folderPath": ""
@@ -560,6 +560,7 @@ public sealed class PostgresDatabaseProvider : IJellyfinDatabaseProvider
{
logger.LogError("psql error: {Error}", error);
}
throw new InvalidOperationException($"psql failed with exit code {psqlProcess.ExitCode}. Error: {error}");
}
}