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
@@ -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}");
}
}