fix: remove unnecessary blank line before error logging in PostgresDatabaseProvider

This commit is contained in:
2026-07-08 12:00:50 -04:00
parent 1abf61a05f
commit dce22a558f
@@ -1067,7 +1067,7 @@ public sealed class PostgresDatabaseProvider : IJellyfinDatabaseProvider
}
}
}
logger.LogError("Schema initialization script not found in any known location.");
return null;
}