Fix SA1513 StyleCop error - add blank line after closing brace
This commit is contained in:
@@ -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}");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user