style(story): blank line before StartAsync

This commit is contained in:
gamer147
2026-05-29 11:11:40 -04:00
parent bd2eaa9e97
commit 6f9976ebad

View File

@@ -430,6 +430,7 @@ public class StoryService : IStoryService
DeckFormat = d.DeckFormat ?? 0,
IsRecommend = d.IsRecommend,
};
public async Task<StartResponse> StartAsync(StoryApiType apiType, int[] storyIds, long viewerId)
{
var resp = new StartResponse();