fix: remove unnecessary blank line before error logging in PostgresDatabaseProvider
This commit is contained in:
+1
-1
@@ -1067,7 +1067,7 @@ public sealed class PostgresDatabaseProvider : IJellyfinDatabaseProvider
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
logger.LogError("Schema initialization script not found in any known location.");
|
logger.LogError("Schema initialization script not found in any known location.");
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user