From 6f9976ebad2f58bd867744e052b955e7d9103844 Mon Sep 17 00:00:00 2001 From: gamer147 Date: Fri, 29 May 2026 11:11:40 -0400 Subject: [PATCH] style(story): blank line before StartAsync --- SVSim.EmulatedEntrypoint/Services/StoryService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/SVSim.EmulatedEntrypoint/Services/StoryService.cs b/SVSim.EmulatedEntrypoint/Services/StoryService.cs index fefad98..b6b62f7 100644 --- a/SVSim.EmulatedEntrypoint/Services/StoryService.cs +++ b/SVSim.EmulatedEntrypoint/Services/StoryService.cs @@ -430,6 +430,7 @@ public class StoryService : IStoryService DeckFormat = d.DeckFormat ?? 0, IsRecommend = d.IsRecommend, }; + public async Task StartAsync(StoryApiType apiType, int[] storyIds, long viewerId) { var resp = new StartResponse();