Formatting

This commit is contained in:
Thorsten Sommer 2025-06-28 23:10:39 +02:00
parent 27852e1165
commit 1a4babc899
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,6 @@ public sealed partial class RustService
{
this.logger?.LogError("Failed to deserialize SSE event: {JsonContent}", jsonContent);
}
}
return resultBuilder.ToString();

View File

@ -100,7 +100,8 @@ public static class SseHandler
private static string BuildImage(string id)
{
if (!PPTX_IMAGES.TryGetValue(id, out var imageSegments)) return string.Empty;
if (!PPTX_IMAGES.TryGetValue(id, out var imageSegments))
return string.Empty;
var sortedSegments = imageSegments
.OrderBy(item => item.Segment)